R/get_mbd_param_names.R

Defines functions get_mbd_param_names

Documented in get_mbd_param_names

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