R/myplot.R

Defines functions myplot

Documented in myplot

#' @title Vector for a lab 4 plot
#'
#' @param x A quantitative vector
#'
#' @return y values of plot
#' @export
#'
#' @examples
#'
myplot=function(x){
  0.86089580 +1.46959217*x  -0.02745726*x^2
}
kurt0005/MATH4753KURT documentation built on Dec. 21, 2021, 8:44 a.m.