| as.zoo {zoo} | R Documentation |
A generic function for coercing objects to class "zoo".
as.zoo(x, ...)
x |
an object, |
... |
currently not used. |
as.zoo currently has a default method and methods
for ts and irts objects.
A zoo object.
as.zoo(rnorm(5))