describe | R Documentation |
Describes an object.
## S4 method for signature 'CompositionMatrix'
describe(x)
x |
A |
describe()
is called for its side-effects. Invisibly returns x
.
N. Frerebeau
## Data from Aitchison 1986
data("slides")
## Coerce to compositional data
coda <- as_composition(slides, groups = 2)
## Quick description
describe(coda)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.