amAngularGauge {rAmCharts} | R Documentation |
Plotting gauge using rAmCharts
Description
amAngularGauge computes a gauge of the given value.
Usage
amAngularGauge(
x,
start = 0,
end = 100,
step = 20,
bands = data.frame(start = numeric(), end = numeric(), color = character(), width =
numeric(), stringsAsFactors = FALSE),
text = "",
textSize = 25,
secondAxe = FALSE,
start2 = 0,
end2 = 100,
step2 = 20,
bands2 = data.frame(start = numeric(), end = numeric(), color = character(),
stringsAsFactors = FALSE),
...
)
Arguments
x |
|
start |
|
end |
|
step |
|
bands |
|
text |
|
textSize |
|
secondAxe |
|
start2 |
|
end2 |
|
step2 |
|
bands2 |
|
... |
see amOptions for more options. |
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
amAngularGauge(10)