xyplot.cfsiR Documentation

Financial stress index component data xyplot

Description

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

Usage

## 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

## Not run: 
ci = getStressIndex()
xyplot(ci)

## End(Not run)