as.vector.massvector {mscalib}R Documentation

Vector

Description

Casts massvector into vector. It does it by calling the summary.massvector method first and unlisting the result.

Usage

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

Arguments

mode
x massvector

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(mv1)
 as.vector(mv1)

[Package mscalib version 0.5.9 Index]