Rev 25118 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{slotOp}\title{Extract Slots}\alias{@}\description{Extract tbe contents of a slot in a object with a formal classstructure.}\usage{object@name}\arguments{\item{object}{An object from a formally defined class.}\item{name}{The character-string name of the slot.}}\details{These operators support the formal classes of package \pkg{methods}.See \code{\link[methods]{slot}} for further details.Currently there is no checking that the object is an instance of aclass.}\seealso{\code{\link{Extract}},\code{\link[methods]{slot}}}\keyword{manip}