R/myplot.R

Defines functions myplot

Documented in myplot

#' myplot function. From lab 4
#'
#' Takes in variable x and plugs it into a quadratic equation
#'
#' @param x
#'
#' @return
#' @export
#'
#' @examples
myplot=function(x){
  0.86089580 +1.46959217*x  -0.02745726*x^2
}
gabescott10/MATH4753scot0068 documentation built on March 15, 2020, 4:01 p.m.