Learn R Programming

IdMappingAnalysis (version 1.16.0)

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

Description

Extract mixture component data from the Mixture object.

Usage

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

See Also

For more information see Mixture.

Examples

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

Run the code above in your browser using DataLab