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