demo/waterfallchart.R

data(rasiel)
data(jaquith)
require(grid)
old.promot <- devAskNewPage(ask = TRUE)
waterfallchart(value~label, data=rasiel, groups=subtotal)
waterfallchart(factor~score, data=jaquith)
devAskNewPage(old.prompt)

Try the waterfall package in your browser

Any scripts or data that you put into this service are public.

waterfall documentation built on May 2, 2019, 3:04 a.m.