#' Lab 4 function
#'
#' @param x is an independent value
#'
#' @return yhat value
#' @export
#'
#' @examples
#' \dontrun{myplot(x=13)}
#'
#' @export
myquadratic=function(x=10){
0.86089580 +1.46959217*x -0.02745726*x^2
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.