File: dates.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-- 452 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{dates}
\alias{dates}
\alias{dates<-}
\title{Extract dates from object or assign dates to object.}
\description{Extract dates from objects.  Particularly time series objects.}
\usage{
dates(x, ...)
dates(x) <- value
}
\arguments{
  \item{x}{ an object which contains dates }
  \item{value}{ new dates to be assigned to object }
  \item{\dots}{ further arguments to function }
}
\value{
  a vector of dates
}
\author{ Whit Armstrong }
\keyword{ts}