initialize,PeriodSelector-method {rAmCharts} | R Documentation |
Initializes a PeriodSelector
Description
Uses the constructors to create the object with its properties or update an existing one with the setters.
Usage
## S4 method for signature 'PeriodSelector'
initialize(.Object, periods, ...)
periodSelector(periods, ...)
addPeriod(.Object, ...)
## S4 method for signature 'PeriodSelector'
addPeriod(.Object, ...)
Arguments
.Object |
|
periods |
|
... |
other properties of PeriodSelector. |
Value
(updated) .Object of class PeriodSelector.
Examples
new( "PeriodSelector")
periodSelector(fillAlpha = .4, value = 1)
periodSelector(fillAlpha = .4, adjustBorderColor = TRUE, gridThickness = 1)
addPeriod(.Object = periodSelector(), period = "MM", selected = TRUE,
count = 1, label= "1 month")
[Package rAmCharts version 2.1.15 Index]