summary.cents: Summary method for 'cents'

Description Usage Arguments See Also Examples

View source: R/summary.cents.R

Description

The summary indicates the number of observed time series values in each of the classes: "o", "L", "R", or NA.

Usage

1
2
## S3 method for class 'cents'
summary(object, ...)

Arguments

object

cents object that is produced by rcarma()

...

additional paramaters (ignored)

See Also

rcarma

Examples

1
2
out <- rcarma()
plot(out)

cents documentation built on May 1, 2019, 8:19 p.m.

Related to summary.cents in cents...