log_2 | R Documentation |
Title
log_2(x)
x |
numeric number |
log transformation of x
x <- 4 log_2(x) x <- -1 # show error message try(log_2(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.