transf_labels: Create columns headings for after the transformation.

View source: R/transf_variables.R

transf_labelsR Documentation

Create columns headings for after the transformation.

Description

Create columns headings for after the transformation.

Usage

transf_labels(
  comp_labels,
  transformation_type,
  comparison_part = NULL,
  part_1 = NULL
)

Arguments

comp_labels

The labels of the compositional columns.

transformation_type

The type of transformation desired. Should be "ilr", "alr" or "clr".

comparison_part

Only needed for alr transformation. Should be an element of comp_labels. Name of part that all other parts will be compared to.

part_1

Used with ilr-pivot coordinate transformation to specify which should be first part. Passed to alter_order_comp_labels unless NULL.


OxWearables/epicoda documentation built on Dec. 7, 2022, 9:07 p.m.