initialize,DataSetSelector-method {rAmCharts} | R Documentation |
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
## S4 method for signature 'DataSetSelector'
initialize(.Object, position, ...)
dataSetSelector(position, ...)
setPosition(.Object, position)
## S4 method for signature 'DataSetSelector,character'
setPosition(.Object, position)
Arguments
.Object |
|
position |
|
... |
other properties of DataSetSelector. |
Value
(updated) DataSetSelector.
Examples
new("DataSetSelector", size = 10)
dataSetSelector(position = "left")
setPosition(.Object = dataSetSelector(), position = "left")
[Package rAmCharts version 2.1.15 Index]