clr | R Documentation |
Calculate the centered log-ratio transformation of a vector
clr(x, base = 2)
x |
numeric vector |
base |
integer base of the log function. Default 2. |
x <- c(1, 2, 3, 4, 5, 6, 7, 8, 9, 1500)
clr(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.