Learn R Programming

nexus (version 0.3.0)

describe: Data Description

Description

Describes an object.

Usage

# S4 method for CompositionMatrix
describe(x)

Value

describe() is called for its side-effects. Invisibly returns x.

Arguments

x

A CompositionMatrix object.

Author

N. Frerebeau

Examples

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

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

## Quick description
describe(coda)

Run the code above in your browser using DataLab