| nseries {tframe} | R Documentation |
Return the number of series.
nseries(x)
## Default S3 method:
nseries(x)
x |
A time series object. |
Generic method to return the number of series.
An integer.
nseries(tbind(rnorm(100,20,5)))