Learn R Programming

rAmCharts (version 2.0.2)

initialize,GaugeBand-method: Initializes a GaugeBand

Description

Uses the constructor to create the object or update an existing one with the setters.

Usage

"initialize"(.Object, alpha = 1, id, ...)
gaugeBand(alpha = 1, id, ...)
setID(.Object, id)
"setID"(.Object, id)

Arguments

.Object
GaugeBand (or "GaugeBand" for initialize).
alpha
numeric.
id
character.
...
other properties of GaugeBand.

Value

(updated) .Object of class GaugeBand.

Examples

Run this code
# --- method 'initialize'
new("GaugeBand")

# --- constructor
gaugeBand(alpha = 2, id = "band2")

# --- set the 'id'
setID(.Object = gaugeBand(), id = "1")

Run the code above in your browser using DataLab