Learn R Programming

tframe (version 2015.12-1.1)

nseries: Number of Series

Description

Return the number of series.

Usage

nseries(x)
    # S3 method for default
nseries(x)

Arguments

x

A time series object.

Value

An integer.

Details

Generic method to return the number of series.

Examples

Run this code
# NOT RUN {
    nseries(tbind(rnorm(100,20,5)))
# }

Run the code above in your browser using DataLab