R/arg_optim.R

Defines functions arg_optim

Documented in arg_optim

#' Possible values of argument optim
#'
#' Names of the diversification 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_optim <- function() {
  c("DD", "TD")
}
TheoPannetier/DDvTDtools documentation built on Oct. 22, 2020, 2:31 p.m.