- Add
ReferenceGroups
,GroupedComposition
andGroupedLogRatio
classes to represent grouped data. - Add
group()
,ungroup()
,group_levels()
,group_names()
,group_indices()
,group_rows()
,group_length()
,group_size()
,group_extract()
,group_split()
andis_grouped()
to work with grouped data. - Add
transform_lr()
,transform_clr()
,transform_alr()
,transform_ilr()
,transform_plr()
andtransform_inverse()
methods forGroupedComposition
andGroupedLogRatio
objects.
- Redesign the internal mechanism for grouping data.
hist()
now produces a single histogram.
- Add transformation methods for
LogRatio
objects (clr <-> alr, clr -> ilr, alr -> ilr). - Add
condense()
to compute compositional mean of data subsets. - Add
pip()
to compute proportionality index of parts. - Add
rbind()
method forCompositionMatrix
objects. - Add
show()
methods forLogRatio
objects. - Add
is_element_major()
,is_element_minor()
,is_element_trace()
andis_oxide()
methods forCompositionMatrix
objects. - Add
variance()
andvariance_total()
to compute (total) variance.
- Add example datasets.
- Improve bar chart rendering.
- Fix
pca()
forLogRatio
objects (default arguments were not passed to the internal method).
- Store groups as
factor
instead ofcharacter
.
[
always returns aCompositionMatrix
object by default, even if only one row/column is accessed.- Remove
samples
slot in all classes. - Remove
as_features()
. - Remove
metrix_var()
andmetric_sd()
. - Remove the
base
argument oftransform_ilr()
. - Rename
get_totals()
andset_totals()
tototals()
. - Rename
get_groups()
andget_groups()
togroups()
. - Rename
outliers()
todetect_outlier()
and redefine methods. - Rewrite
plot()
method forOutlierIndex
object.
- Add
hist()
methods to plot ILR histograms. - Add
quantile()
methods for compositional data matrix. - Add
split()
methods to divide into groups.
transform_ilr()
gained a new argument allowing the specify the base of the transformation.barplot()
gained a new argument to display a legend.
- List dimensio in
Depends
.
- First release.