clr_matrix {microeco} | R Documentation |
Centered log ratio tranformation for the matrix
clr_matrix(data, mar = 2, base = exp(1), tol = .Machine$double.eps)
data |
a matrix |
mar |
Margin, default 2, 1 = rows and 2 = columns of data. |
base |
logarithmic base, default exp(1) |
tol |
smallest representation of a residual of unity subtraction, default .Machine$double.eps |
transformed matrix