Description Usage Arguments References See Also Examples
View source: R/chart_amMekko.R
amMekko computes a mekko chart of the given values.
1 2 3 4 5 6 7 8 9 10 11 |
x |
|
y |
|
data |
|
xlab |
|
ylab |
|
groups_color |
|
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
1 2 3 4 5 6 7 8 9 10 11 12 | data(data_mekko)
amMekko(x = "var1", y = "var2", data = data_mekko)
# Other examples available which can be time consuming depending on your configuration.
library(pipeR)
# Horizontal
amMekko(x = "var1", y = "var2", data = data_mekko, horiz = TRUE)
# Display values
amMekko(x = "var1", y = "var2", data = data_mekko, show_values = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.