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
# S4 method for DataSetSelector
initialize(.Object, position, ...)
dataSetSelector(position, ...)
setPosition(.Object, position)
# S4 method for DataSetSelector,character
setPosition(.Object, position)
Value
(updated) DataSetSelector.
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.