Description Usage Arguments Value Examples
log10int interpolates the log10 between 1 and 100. 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-6 in mean and in the order of 1e-3 in the worst case (tested on the example column in log10data, which consists of randomly generated numbers between 1 and 100). It is a generic function and S3 methods exists for the class numeric and default.
1 |
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. If no object of the class numeric is given to the function, a warning is printed.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.