as.vector.calibintstat {mscalib}R Documentation

Coerces to vectors

Description

'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.

Usage

## S3 method for class 'calibintstat':
as.vector(x,mode="any")

Arguments

mode any
x object of class calibintstat

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(mv1)
 data(cal)
 res<-getintcalib(mv1,cal,error=500,ppm=TRUE)
 as.vector(res)

[Package mscalib version 0.5.9 Index]