project.massvectorlist {mscalib} | R Documentation |
Access to the project field of the massvectorlist.
## S3 method for class 'massvectorlist': project(object,project,...)
... |
further arguments |
object |
massvectorlist |
project |
info character. If missing function returns the current info. If not missing function returns massvector with new project field content. |
Can be used for setting or getting the project field.
Witold Wolski wolski@molgen.mpg.de
data(mvl) project(mvl) mvl <- project(mvl,"newprojectname")