[.caliblist {mscalib}R Documentation

Extract Parts of a Caliblist.

Description

The caliblist extends list. The calibstat objects in the list can therefore be accessed like list elements.

Usage




Arguments

i indices of calibstat object to extract
x caliblist

Value

caliblist caliblist

Author(s)

Witold Wolski wolski@molgen.mpg.de

See Also

[<-.caliblist, [.list,

Examples

 data(mvl)
 data(cal)
 print(cal)
 res<-getintcalib(mvl,cal,error=300)
 res<-res[1:10]
 class(res)
 plot(res)

[Package Contents]