get_exponent | R Documentation |
Get the exponent of any number or numbers
get_exponent(y = NULL, x = NULL)
y |
The number or numeric columns for which an exponent is required |
x |
The power to which y is raised |
Depends on the expo and expo1 functions in expo
A data.frame object showing the value,power and result
df<-data.frame(A=c(1123,25657,3987))
get_exponent(df,3)
get_exponent(1:5, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.