R/model_clonal.R

Defines functions model_clonal

## This file will eventually contain code for the function model_clonal

#' ROXYGEN2 DOCUMENTATION GOES HERE
#'
#'@param a_parameter this is a parameter
#'
#'@return this is what the function returns


model_clonal <- function(...) {

  output <- NA

  class(output) <- "model_clonal"

}
Pacala-Lab/PPA documentation built on May 1, 2020, 4:01 p.m.