setID-methods: setID Set the ID for an object

setID<-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

casact/cascsim documentation built on Nov. 12, 2022, 11:53 p.m.