R/test.R

Defines functions testFunc

Documented in testFunc

#' Test func
#'
#' Testing function
#' @param x number to be tested
#' @return x*x
#' @export
testFunc <- function(x) return(x*x)
jameshay218/serosim2 documentation built on May 18, 2019, 11:21 a.m.