Learn R Programming

stressr (version 1.0.0)

xyplot.stress: Financial stress index component data xyplot

Description

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

Usage

"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

Run this code
## Not run: 
# require(lattice)
# fs <- getFundingStress()
# xyplot(fs)
# ## End(Not run)

Run the code above in your browser using DataLab