Retrieves or defines the groups to which the observations belong.
Usage
has_groups(x)
get_groups(x)
set_groups(x) <- value
# S4 method for CompositionMatrix
has_groups(x)
# S4 method for LogRatio
has_groups(x)
# S4 method for OutlierIndex
has_groups(x)
# S4 method for CompositionMatrix
get_groups(x)
# S4 method for LogRatio
get_groups(x)
# S4 method for OutlierIndex
get_groups(x)
# S4 method for CompositionMatrix
set_groups(x) <- value
Value
set_groups()
returns an object of the same sort asx
with the new group names assigned.get_groups()
returns the group names ofx
.has_groups()
returns alogical
scalar.
Details
See vignette("nexus")
.