clrmat | R Documentation |
Program clrmat
calculates the centred log-ratio transformation
for a matrix of compositions.
clrmat(X)
X |
A matrix of compositions |
A matrix containing the transformed data
Jan Graffelman jan.graffelman@upc.edu
data(Artificial)
Xsim.com <- Artificial$Xsim.com
Xclr <- clrmat(Xsim.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.