Learn R Programming

dse (version 2009.7-1)

nseriesfeatherForecasts: Number of Series

Description

Return the number of series.

Usage

## S3 method for class 'featherForecasts':
nseries(x)
    ## S3 method for class 'MonteCarloSimulations':
nseriesInput(x)
    ## S3 method for class 'MonteCarloSimulations':
nseriesOutput(x)

Arguments

x
A featherForecasts object.

Value

  • An integer.

Details

See the generic method.