setParms<-.mylistobj {mscalib} | R Documentation |
Set attributes in object of class mylistobj
object |
object of class myobj |
value |
a list where list names are attributes names. |
mylistobj provides basic functionality for objects implemented using list to store the attributes.
Witold Wolski wolski@molgen.mpg.de
setParms<-.myobj
,
mget.mylistobj
,
data(mv1) res<-getrecalib(mv1) setParms(res) <- list(info="test") res