Description Usage Arguments Details Value Examples
This function performs log transformation
1 |
x |
The vector to be transformed if x>=0 |
base |
The base of the log transformation, the default is exp(1) |
na.omit |
whether or not to remove NA, the default is FALSE |
The function calculates the log transformation of a vector This function can only calculate the log transformation of x in the range: base^(-100) <= x <= base^100
A vector that is the log transformation of x
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.