Learn R Programming

nexus (version 0.6.0)

group_subset: Group-based Subset

Description

Group-based Subset

Usage

group_subset(object, ...)

# S4 method for GroupedComposition group_subset(object, which)

# S4 method for GroupedLogRatio group_subset(object, which)

Value

A CompositionMatrix object.

Arguments

object

A GroupedComposition object.

...

Currently not used.

which

A character vector specifying the groups of object to extract.

Author

N. Frerebeau

See Also

Other grouping methods: group(), group_names(), group_split(), is_assigned()

Examples

Run this code
## Data from Aitchison 1986
data("slides")

## Coerce to compositional data
coda <- as_composition(slides, groups = 2)

## Grouping metadata
group_levels(coda)

group_names(coda)

group_indices(coda)

group_rows(coda)

group_n(coda)

group_size(coda)

Run the code above in your browser using DataLab