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.
Note that the statistics obtained will not keep any consistency
if computed with all the parts available or only with a subcomposition.
A matrix containing summary statistics.
The value is the same as for the classical summary
summary
applied to a closed dataset.
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
rcomp
, summary.aplus
, summary.acomp
data(SimulatedAmounts) summary(rcomp(sa.lognormals))