| time {tframe} | R Documentation |
The time coresponding to each data point.
time(x)
time(x)
time.tframe(x)
time.tframe(x)
time.tframe(x)
time.tframe(x)
x |
A tframe or tframed object. |
This returns the time (date) of each observation, as might be used on the axis of a graph or lables of a printout.
A time series of the dates of observations of x.
z <- tframed(matrix(rnorm(200), 100,2),
tf=list(start=c(1982,1), frequency=12))
time(z)