unlist.massvectorlist {mscalib} | R Documentation |
Given a list structure `x', `unlist' simplifies it to produce a massvector which contains all the atomic components which occur in x.
## S3 method for class 'massvectorlist': unlist(x,...)
... |
further arguments. |
x |
massvectorlist. |
massvector |
massvector |
Witold Wolski wolski@molgen.mpg.de
data(mvl) amv <- unlist(mvl) length(amv)