Learn R Programming

nexus (version 0.4.0)

group_extract: Group-based Subset

Description

Group-based Subset

Usage

group_extract(object, ...)

# S4 method for GroupedComposition group_extract(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_metadata, group_split()

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_length(coda)

group_size(coda)

Run the code above in your browser using DataLab