stressIndexChart {stressr} | R Documentation |
Provides a convenience function for passing a cfsi
object to xyplot
with attributes as presented by the source.
stressIndexChart(e, range = NA, showGradeRegions = TRUE)
e |
an object of class |
range |
a range string as used by |
showGradeRegions |
whether to show the stress grade regions and labels |
Provides several assumptions about the display of the cfsi
data to correspond to similar presentations at the Cleveland Fed's data site.
xyplot.cfsi getStressIndex
## Not run:
idx <- getStressIndex()
stressIndexChart(idx)
## End(Not run)