R/get_bd_param_names.R

Defines functions get_bd_param_names

Documented in get_bd_param_names

#' Get the names of the parameters used in the BD model
#' @author Richel J.C. Bilderbeek
#' @export
get_bd_param_names <- function() {
  c("ext_rate", "spec_rate")
}
richelbilderbeek/becosys documentation built on Oct. 19, 2020, 9:20 a.m.