xyplot.stress: 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 stress object to xyplot.

Usage

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

Arguments

x

an object of class stress as returned by getStressComponents and its many offspring.

...

other parameters passed to xyplot.

See Also

stressLineChart stressAreaChart getStressComponents xyplot.cfsi

Examples

1
2
3
4
5
6
## Not run: 
require(lattice)
fs <- getFundingStress()
xyplot(fs)

## End(Not run)

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