xyplot.stress {stressr} | R Documentation |
Financial stress index component data xyplot
Description
Provides a convenience function for passing an stress
object to xyplot
.
Usage
## S3 method for class 'stress'
xyplot(x, ...)
Arguments
x |
an object of class |
... |
other parameters passed to |
See Also
stressLineChart stressAreaChart getStressComponents xyplot.cfsi
Examples
## Not run:
require(lattice)
fs <- getFundingStress()
xyplot(fs)
## End(Not run)
[Package stressr version 1.0.0 Index]