R/get_pbd_param_names.R

Defines functions get_pbd_param_names

Documented in get_pbd_param_names

#' Get the names of the parameters used in the PBD model
#' @author Richel J.C. Bilderbeek
#' @export
get_pbd_param_names <- function() {
  c("erg", "eri", "scr", "sirg", "siri")
}
richelbilderbeek/becosys documentation built on Oct. 19, 2020, 9:20 a.m.