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 |
range |
a range string as used by |
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]