as.vector.calibintstat {mscalib} | R Documentation |
'as.vector', a generic, attempts to coerce its argument into a vector of mode 'mode' (the default is to coerce to whichever mode is most convenient). The attributes of 'x' are removed.
## S3 method for class 'calibintstat': as.vector(x,mode="any")
mode |
any |
x |
object of class calibintstat |
Witold Wolski wolski@molgen.mpg.de
data(mv1) data(cal) res<-getintcalib(mv1,cal,error=500,ppm=TRUE) as.vector(res)