as.vector.massvector {mscalib} | R Documentation |
Casts massvector into vector. It does it by calling the summary.massvector method first and unlisting the result.
## S3 method for class 'massvector': as.vector(x, mode="any")
mode |
|
x |
massvector |
Witold Wolski wolski@molgen.mpg.de
data(mv1) as.vector(mv1)