[.caliblist {mscalib} | R Documentation |
The caliblist extends list. The calibstat objects in the list can therefore be accessed like list elements.
i |
indices of calibstat object to extract |
x |
caliblist |
caliblist |
caliblist |
Witold Wolski wolski@molgen.mpg.de
[<-.caliblist
,
[.list
,
data(mvl) data(cal) print(cal) res<-getintcalib(mvl,cal,error=300) res<-res[1:10] class(res) plot(res)