setup_root_control | R Documentation |
Setup a root_control object
setup_root_control(FUN, roots_name, ...)
FUN |
a function |
roots_name |
a character string identifying the object containing the |
... |
arguments passed to |
a root_control
object
# Setup the default setup_root_control(start = c(3, 5, 6)) # Also setup the default setup_root_control(FUN = rootSolve::multiroot, start = c(3, 5, 6)) # Or use uniroot() setup_root_control(FUN = stats::uniroot, interval = c(0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.