stressLineChart {stressr} | R Documentation |
Provides a convenience function for passing a stress
object to xyplot
.
stressLineChart(e, range = NA)
e |
an object of class |
range |
a range string as used by |
Provides several assumptions about the display of the stress
data to correspond to similar presentations at the Cleveland Fed's data site.
xyplot.stress stressAreaChart getStressComponents getComponentSummary getEquityMarkets getFundingMarkets getCreditMarkets getForeignExchangeMarkets getRealEstateMarkets getSecuritizationMarkets
## Not run:
es <- getEqityStress()
stressLineChart(es,"2007/2009)
## End(Not run)