classification {rexposome} | 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)