R/plotheight.R

Defines functions myplot

Documented in myplot

#' @title Quadratic Regression Function
#'
#' @param x A vector
#'
#' @return A vector
#' @export
#'
#' @examples
#' myplot(0)
myplot=function(x){
  0.86089580 +1.46959217*x  -0.02745726*x^2
}
anishkapeter/MATH4753FALLANISHKA documentation built on Dec. 19, 2021, 3:38 a.m.