getData.Mixture {IdMappingAnalysis} | R Documentation |
Extract mixture component data from the Mixture object.
## S3 method for class 'Mixture' getData(this, G=NULL, ...)
G |
Component number. If NULL (default), the highest component is returned. |
... |
Not used |
numeric
vector of mixture component data with 'Component' attribute
indicating the component number retrieved.
Alex Lisovich, Roger Day
For more information see Mixture
.
dat<-examples$mixture$getData(); dat[1:20]; attr(dat,"Component");