View source: R/chart_amWaterfall.R
amWaterfall | R Documentation |
amWaterfall computes a waterfall chart of the given value.
amWaterfall(data, start = 0, horiz = FALSE, show_values = FALSE, ...)
data |
|
start |
|
horiz |
|
show_values |
|
... |
see |
See online documentation https://datastorm-open.github.io/introduction_ramcharts/ and amChartsAPI
amOptions, amBarplot, amBoxplot, amHist, amPie, amPlot, amTimeSeries, amStockMultiSet, amBullet, amRadar, amWind, amFunnel, amAngularGauge, amSolidGauge, amMekko, amCandlestick, amFloatingBar, amOHLC, amWaterfall
data("data_waterfall") amWaterfall(data = data_waterfall, show_values = TRUE) ## Not run: # Other examples available which can be time consuming depending on your configuration. # Change the orientation : amWaterfall(data = data_waterfall, horiz = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.