amWaterfall {rAmCharts} | R Documentation |
Plotting waterfall
Description
amWaterfall computes a waterfall chart of the given value.
Usage
amWaterfall(data, start = 0, horiz = FALSE, show_values = FALSE, ...)
Arguments
data |
|
start |
|
horiz |
|
show_values |
|
... |
see |
References
See online documentation https://datastorm-open.github.io/introduction_ramcharts/ and amChartsAPI
See Also
amOptions, amBarplot, amBoxplot, amHist, amPie, amPlot, amTimeSeries, amStockMultiSet, amBullet, amRadar, amWind, amFunnel, amAngularGauge, amSolidGauge, amMekko, amCandlestick, amFloatingBar, amOHLC, amWaterfall
Examples
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)