Description Usage Arguments Examples
Add a scope to a polar equation.
1 |
p |
Plot as initialised by |
a, r0, gamma |
Parameters for |
1 2 3 4 5 6 7 | fn <- "r0 * cos(theta - gamma) + sqrt(a^2 - r0^2 * (sin(theta - gamma))^2)"
funplot() %>%
fun_add_polar(fn) %>%
fun_scope(1, 1, 1) %>%
fun_add_polar(fn) %>%
fun_scope(1, 0, 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.