project.massvectorlist {mscalib}R Documentation

Acces

Description

Access to the project field of the massvectorlist.

Usage

## S3 method for class 'massvectorlist':
project(object,project,...)

Arguments

... 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.

Details

Can be used for setting or getting the project field.

Author(s)

Witold Wolski wolski@molgen.mpg.de

See Also

info.mlist, experiment.mlist,

Examples

 data(mvl)
 project(mvl)
 mvl <- project(mvl,"newprojectname")

[Package Contents]