Learn R Programming

rAmCharts (version 1.1.1)

initialize,GaugeArrow-method: Initialize a GaugeArrow

Description

Initialize a GaugeArrow

Usage

## S3 method for class 'GaugeArrow':
initialize(.Object, alpha = 1, axis, ...)

gaugeArrow(alpha = 1, axis, ...)

setAxis(.Object, axis = NULL, ...)

## S3 method for class 'GaugeArrow': setAxis(.Object, axis = NULL, ...)

Arguments

.Object
GaugeArrow.
alpha
numeric.
axis
GaugeAxis. Axis of the arrow. You can use reference to the axis or id of the axis. If you don't set any axis, the first axis of a chart will be used.
...
Other properties.

Value

  • (updated) .Object of class GaugeArrow.

Functions

  • gaugeArrow:

Examples

Run this code
new("GaugeArrow")
gaugeArrow()
setAxis(.Object = gaugeArrow(), axis = gaugeAxis())

Run the code above in your browser using DataLab