## 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"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.