as.vector.calibrestat {mscalib}R Documentation

Coerces to vector

Description

coerces the calibrestat object into a vector.

Usage

## S3 method for class 'calibrestat':
as.vector(x,...)

Arguments

...
x calibrestat

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(mv1)
 res<-getrecalib(mv1)
 as.vector(res)

[Package Contents]