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

classificationR Documentation

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

Description

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

Usage

classification(object)

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

data("eclust")
tt <- classification(expo_c)
table(tt)

isglobal-brge/rexposome documentation built on Feb. 4, 2023, 12:35 p.m.