View source: R/normalization.R
clr | R Documentation |
Centered log-ratio functions
clr(x.f, ...)
## Default S3 method:
clr(x.f, base = exp(1), tol = .Machine$double.eps, ...)
## S3 method for class 'matrix'
clr(x.f, mar = 2, ...)
## S3 method for class 'data.frame'
clr(x.f, mar = 2, ...)
x.f |
input data |
... |
pass through arguments |
base |
base for log transformation |
tol |
tolerance for a numerical zero |
mar |
margin to apply the transformation (rows: 1 or cols: 2) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.