classification-methods: Method to get the classification of the samples from an...

Description Usage Arguments Value See Also Examples

Description

Method to get the classification of the samples from an ExposomeClust.

Usage

1

Arguments

object

An ExposomeClust to get the samples' classification.

Value

A labelled vector with the classification of each exposure.

See Also

clustering as a constructor for ExposomeClust, plotClassification to plot the groups

Examples

1
2
3
data("eclust")
tt <- classification(expo_c)
table(tt)

rexposome documentation built on March 13, 2021, 2:01 a.m.