mget.mylistobj {mscalib}R Documentation

Field Access

Description

Access to the fields in the mylistobj

Usage

## S3 method for class 'mylistobj':
mget(object,attrn,...)

Arguments

... further parameters
attrn The of the field to access. If missing the fields of the objects are returned.
object mylistobj

Details

mylistobj provides basic functionality for objects implemented using list to store the attributes.

Value

xxx depends which field in the massvector are accessed.

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(mv1)
 res <- getrecalib(mv1)
 class(res)
 mget(mv1,"lenghtmv")
 mget(mv1,"Coef.Intercept")

[Package Contents]