Description Usage Arguments Value See Also Examples
Method to get the classification of the samples from an ExposomeClust.
1 | classification(object)
|
object |
An ExposomeClust to get the samples' classification. |
A labelled vector with the classification of each exposure.
clustering as a constructor for ExposomeClust, plotClassification to plot the groups
1 2 3 | data("eclust")
tt <- classification(expo_c)
table(tt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.