Description Usage Arguments Details See Also Examples
Provides a convenience function for passing an easing object to xyplot to render a sand (stacked area) chart.
1 |
e |
an object of class |
Provides several assumptions about the display of the easing data to correspond to similar presentations at the Cleveland Fed's data site. To implement the stacked area chart the function first computes the column-wise value accumulations, then passes these values to the latticeExtra xyarea polygon rendering tools. Plots the columns in reverse stacking order to show the desired overlaps.
xyplot.easing easingLineChart getEasingData
1 2 | es <- getEasingSummary()
easingAreaChart(es)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.