R/Test.R

#' Square
#'
#' @param x is a value
#' @return square of x
#' @export

square <- function(x){
  return(x^2)
}
heilokchow/MWLE-Lasso documentation built on May 23, 2019, 4:03 a.m.