as.zoo
From zoo v0.1-2
by Achim Zeileis
Coercion to zoo
A generic function for coercing objects to class "zoo"
.
- Keywords
- ts
Usage
as.zoo(x, ...)
Arguments
- x
- an object,
- ...
- currently not used.
Details
as.zoo
currently has a default method and methods
for ts
and irts
objects.
Value
- A
zoo
object.
See Also
Examples
as.zoo(rnorm(5))
Community examples
Looks like there are no examples yet.