classification | R Documentation |
Method to get the classification of the samples from an ExposomeClust.
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
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.