getData.Mixture: Extract mixture component data from the Mixture object

Description Usage Arguments Value Author(s) See Also Examples

Description

Extract mixture component data from the Mixture object.

Usage

1
2
## 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

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

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.