#' Finds the minimum point of a function
#' @export
#' @param f function
#' @param x variable
f <- function(x){
x^3 + 5*x^2 - 4*x + 2
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.