R/f.R

Defines functions f

Documented in f

#'  TEST
#'A little test to see if you are able
#'
#' @param x this is the indipendent variable
#' @param y this is the dependent variable
#'
#' @return
#' @export
#'
#' @examples
f <- function(x, y) {
  x + y
}
buvale/newpack documentation built on May 28, 2019, 2:30 a.m.