Description Usage Arguments Value Examples
This method interpolates the log10 between 1 and 100 for values of the class numeric. Therefor it uses a table with the log10 values between 1 and 100 in steps of 0.01, computed with the R log10 function. The accuracy of the interpolation is in the order of 1e-5. It is a generic function and S3 methods exists for the class numeric and default.
1 2 |
x |
a numeric or vector of numerics |
... |
further arguments passed to or from other methods |
numeric or vector of numerics, containing the interpolated log10 values of x
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.