File: core.Rd

package info (click to toggle)
its 1.1.8-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 200 kB
  • sloc: makefile: 1
file content (19 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\name{core}
\alias{core}
\alias{core<-}
\title{Extract core from object or assign core to object}
\description{Extract core from objects.  Particularly time series objects.}
\usage{
core(x)
core(x) <- value
}
\arguments{
  \item{x}{ an object which contains core }
  \item{value}{ new core to be assigned to object }
  \item{\dots}{ further arguments to function }
}
\value{
  a vector of core
}
\author{ Whit Armstrong }
\keyword{ts}