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 stress as returned by getStressComponents and its many offspring.

...

other parameters passed to xyplot.

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]