R/myf.R

Defines functions myf

Documented in myf

#' @title myf
#'
#' @param x
#'
#' @return returns vector squared.
#' @export
#'
#' @examples
myf=function(x){
  x^2
}
Vert0000/MATH4752Projects1 documentation built on Dec. 31, 2020, 5:40 p.m.