R/arg_sim.R

Defines functions arg_sim

Documented in arg_sim

#' Possible values of argument sim
#'
#' Names of the simulation models currently accepted as arguments by various
#' functions of \code{DDvTDtools}.
#'
#' @details DD refers to the diversity-dependent model, TD to the time-dependent
#' model.
#'
#' @author Theo Pannetier
#' @export

arg_sim <- function() {
  c("DD", "TD")
}
TheoPannetier/DDvTDtools documentation built on Oct. 22, 2020, 2:31 p.m.