setTabulate<- | R Documentation |
Determine whether the index values are constructed from a constant rate or provided directly
setTabulate(this, ...) <- value ## S4 replacement method for signature 'Index,logical' setTabulate(this) <- value
this |
Index Object |
... |
Additional function arguments |
value |
Logical Value (default:FALSE) |
xindex <- new("Index") setID(xindex)<-"IDX1" setTabulate(xindex)<-FALSE setAnnualizedRate(xindex)<-0.03 xindex<-setIndex(xindex) xindex@monthlyIndex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.