amAngularGauge computes a gauge of the given value.
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),
...
)
numeric
, value for which the angular gauge is desired.
numeric
, minimum value allowed.
numeric
, maximum value allowed.
numeric
, intervals size.
data.frame
with 4 columns : start (numeric, minimal value for the band),
end (numeric, maximal value for the band), color (character, color of the band, in hexadecimal)
and width (numeric, width of the band). If the last column is not defined, it is auomatically
set to 10.
character
, text lengend.
numeric
, text size.
logical
, TRUE if two axes are desired. Default is set to FALSE.
numeric
, minimum value allowed for the second axe if secondAxe is TRUE.
numeric
, maximum value allowed for the second axe if secondAxe is TRUE.
numeric
, intervals size for the second axe if secondAxe is TRUE.
data.frame
with 4 columns : start (numeric, minimal value for the band),
end (numeric, maximal value for the band), color (character, color of the band, in hexadecimal)
and width (numeric, width of the band). If the last column is not defined, it is auomatically
set to 10.
see amOptions for more options.
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