xyplot.cfsi: Financial stress index component data xyplot

Description Usage Arguments See Also Examples

View source: R/plots.R

Description

Provides a convenience function for passing an cfsi object to xyplot.

Usage

1
2
## S3 method for class 'cfsi'
xyplot(x, ...)

Arguments

x

an object of class stress as returned by getStressIndex.

...

other parameters passed to xyplot.

See Also

stressLineChart stressAreaChart getStressIndex xyplot.stress

Examples

1
2
3
4
5
## Not run: 
ci = getStressIndex()
xyplot(ci)

## End(Not run)

stressr documentation built on May 2, 2019, 10:20 a.m.