powered by
setMonthlyIndex<- sets monthly index values.
setMonthlyIndex<-
setMonthlyIndex(this, ...) <- value# S4 method for Index,vector setMonthlyIndex(this) <- value
# S4 method for Index,vector setMonthlyIndex(this) <- value
Index Object
Additional function arguments
Numeric Vector
# NOT RUN { xindex <- new("Index") setID(xindex)<-"IDX1" setTabulate(xindex)<-TRUE setMonthlyIndex(xindex)<- rep(1,360) xindex<-setIndex(xindex) xindex@monthlyIndex # }
Run the code above in your browser using DataLab