| LogRatio-class | R Documentation | 
S4 classes to represent log-ratio data transformations.
is_logratio(object)
object | 
 A   | 
totalsA numeric vector to store the absolute row sums (before
the closure of the compositions).
partsA character vector to store the original part names.
ratioA character vector to store the ratio names.
orderAn integer vector to store the original ordering of the
columns.
baseA numeric matrix to store the basis of the transformation.
weightsA numeric vector to store the weights assigned to the
respective log-ratios.
In the code snippets below, x is a LogRatio object.
as.data.frame(x)Coerces to a data.frame.
These classes inherit from matrix.
N. Frerebeau
transform_lr(), transform_clr(), transform_alr(),
transform_ilr(), transform_plr()
Other classes: 
CompositionMatrix-class,
GroupedComposition-class,
GroupedLogRatio-class,
NumericMatrix-class,
OutlierIndex-class,
ReferenceGroups-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.