summary.rcomp {compositions} | R Documentation |
Compute a summary of a composition based on real geometry.
## S3 method for class 'rcomp': summary( object, ... )
object |
an rcomp dataset of compositions |
... |
further arguments to summary |
The data is applied a clo
operation before the computation.
A matrix containing summary statistics.
The value is the same as for the classical summary
summary
applied to a closed dataset.
rcomp
, summary.aplus
, summary.acomp
data(SimulatedAmounts) summary(rcomp(sa.lognormals))