clrmat: Centred log-ratio transformation

Description Usage Arguments Value Author(s) Examples

View source: R/clrmat.R

Description

Program clrmat calculates the centred log-ratio transformation for a matrix of compositions.

Usage

1
clrmat(X)

Arguments

X

A matrix of compositions

Value

A matrix containing the transformed data

Author(s)

Jan Graffelman jan.graffelman@upc.edu

Examples

1
2
3
data(Artificial)
Xsim.com <- Artificial$Xsim.com
Xclr <- clrmat(Xsim.com)

ToolsForCoDa documentation built on Sept. 20, 2021, 5:19 p.m.