stressLineChart {stressr}R Documentation

Financial stress component data as an unstacked line chart.

Description

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

Usage

stressLineChart(e, range = NA)

Arguments

e

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

range

a range string as used by xts to subset time series dates, e.g. "1996/1997". Defaults to NA for full range.

Details

Provides several assumptions about the display of the stress data to correspond to similar presentations at the Cleveland Fed's data site.

See Also

xyplot.stress stressAreaChart getStressComponents getComponentSummary getEquityMarkets getFundingMarkets getCreditMarkets getForeignExchangeMarkets getRealEstateMarkets getSecuritizationMarkets

Examples

## Not run: 
es <- getEqityStress()
stressLineChart(es,"2007/2009)

## End(Not run)

[Package stressr version 1.0.0 Index]