| setMonthlyIndex<- | R Documentation |
setMonthlyIndex<- sets monthly index values.
setMonthlyIndex(this, ...) <- value ## S4 replacement method for signature 'Index,vector' setMonthlyIndex(this) <- value
this |
Index Object |
... |
Additional function arguments |
value |
Numeric Vector |
xindex <- new("Index")
setID(xindex)<-"IDX1"
setTabulate(xindex)<-TRUE
setMonthlyIndex(xindex)<- rep(1,360)
xindex<-setIndex(xindex)
xindex@monthlyIndex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.