Learn R Programming

rAmCharts (version 2.0.2)

initialize,DataSetSelector-method: Creates or updates a DataSetSelector

Description

Use the constructors to create the object with its properties or update an existing one with the setters.

Usage

"initialize"(.Object, position, ...)
dataSetSelector(position, ...)
setPosition(.Object, position)
"setPosition"(.Object, position)

Arguments

.Object
DataSetSelector.
position
character. Possible values: "right", "left", "top", "bottom". "top" and "bottom" positions has a limitation - only one data set can be selected for comparison.
...
other properties of DataSetSelector.

Value

(updated) DataSetSelector.

Examples

Run this code
new("DataSetSelector", size = 10)

dataSetSelector(position = "left")
setPosition(.Object = dataSetSelector(), position = "left")

Run the code above in your browser using DataLab