as.matrix.mlist {mscalib}R Documentation

Matrices

Description

Turns the caliblist into a matrix

Usage

## S3 method for class 'mlist':
as.matrix(x)

Arguments

x caliblist

Value

matrix matrix

Author(s)

Witold Wolski wolski@molgen.mpg.de

See Also

as.data.frame.mlist,

Examples

 data(mvl)
 mvl<-mvl[1:100]
 data(cal)
 test<-getintcalib(mvl,cal,error=500)
 tmp<-as.matrix(test)
 colnames(tmp)
 dim(tmp)
 data(mvl)
 tmp<-as.matrix(mvl)
 print(colnames(mvl))
 plot(tmp[,"lengthmv"],tmp[,"mass.Min."])

[Package mscalib version 0.5.9 Index]