getData.Mixture {IdMappingAnalysis}R Documentation

Extract mixture component data from the Mixture object

Description

Extract mixture component data from the Mixture object.

Usage

## S3 method for class 'Mixture'
getData(this, G=NULL, ...)

Arguments

G

Component number. If NULL (default), the highest component is returned.

...

Not used

Value

numeric vector of mixture component data with 'Component' attribute indicating the component number retrieved.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Mixture.

Examples

 dat<-examples$mixture$getData();
 dat[1:20];
 attr(dat,"Component");
 

[Package IdMappingAnalysis version 1.24.0 Index]