R/catastRophe.R

#' test_add
#'
#' This function returns the sum of two numbers.
#' @param a first addend
#' @param b second addend
#' @keywords add
#' @export
#' @examples
#' test_add(2,3)

test_add <- function (a,b) {
  return(a + b)
}
barneyricca/catastRophe documentation built on July 26, 2020, 12:38 a.m.