setID<- {cascsim} | R Documentation |
setID Set the ID for an object
setID(this, ...) <- value
## S4 replacement method for signature 'Index,character'
setID(this) <- value
## S4 replacement method for signature 'DevFac,character'
setID(this) <- value
this |
Self |
... |
Additional function arguments |
value |
ID |
xindex <- new("Index")
setID(xindex)<-"IDX1"
xindex@indexID