tframe {tframe} | R Documentation |
The first usage extracts the tframe from a tframed object. These are generic functions. The default method attempts to build a tframe for time series, matrix, or array which is not tframed. The second usage assigns the tframe to an object.
tframe(x) tframe(x) tframe(x) tframe(x) tframe(x) tframe(x) <- tf is.tframe(tf)
x |
A tframed object or an object to be tframed. |
tf |
A tframe. |
The first usage returns the tframe of a tframed object. The second usage sets the tframe of an object.
A tframe.
z <- tframe(ts(rnorm(100), start=c(1982,1), frequency=12)) is.tframe(z)