Learn R Programming

nexus (version 0.3.0)

mutators: Get or Set Parts of an Object

Description

Getters and setters to retrieve or set parts of an object.

Usage

# S4 method for CompositionMatrix
labels(object, ...)

# S4 method for LogRatio labels(object, ...)

# S4 method for ALR weights(object, ...)

# S4 method for LR weights(object, ...)

# S4 method for LogRatio weights(object, ...)

Arguments

object

An object from which to get or set element(s).

...

Currently not used.

Author

N. Frerebeau

See Also

Other mutators: groups(), totals()