xyplot.stress: Financial stress index component data xyplot

Description Usage Arguments See Also Examples

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)

mrbcuda/stressr documentation built on May 23, 2019, 7:14 a.m.