logtBase | R Documentation |
Get take the log of a numeric vector
logtBase(x, thresh = 0.5, base = 2)
x |
numeric vector |
thresh |
minimum numeric value greater than 0 to have in vector |
base |
numeric value indicating base to log with |
numeric vector with logged values
logtBase(c(0, 1, 2, 2), thresh=0.1, base=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.