slotOp {base} | R Documentation |
Operators to extract or replace tbe contents of a slot in a object with a formal class structure.
object@name
object@name <- value
object |
An object from a formally defined class. |
name |
The character-string name of the slot. |
These operators support the formal classes of package methods
.
See slot
for further details.
Extract
, slot