This R package was built for the STAT547 course at UBC as an exercise to learn about package development. Normally, this file would explain to the user what the package contains and its intended use followed by some examples.
Recall the relationship between logarithmic and exponential functions:
$$y = b^x$$ $$log_b(y) = x$$
This package contains the following functions:
$$y = b^3$$
$$x = log_{10}(y)$$
library(powers)
cube(7) log_10(8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.