[[Assing.caliblist {mscalib}R Documentation

Replace calibstat object in the caliblist.

Description

Replace a calibstat object in the caliblist with a different one.

Usage




Arguments

i index or name (info) of calibstat object to replace
value object of class calibstat (e.g. calibrestat, calibextstat).
x caliblist

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

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

[Package mscalib version 0.5.9 Index]