rAmCharts (version 2.1.15)

initialize,GaugeBand-method: Initializes a GaugeBand

Description

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

Usage

# S4 method for GaugeBand
initialize(.Object, alpha = 1, id, ...)

gaugeBand(alpha = 1, id, ...)

setID(.Object, id)

# S4 method for GaugeBand setID(.Object, id)

Value

(updated) .Object of class GaugeBand.

Arguments

.Object

GaugeBand (or "GaugeBand" for initialize).

alpha

numeric.

id

character.

...

other properties of 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