R/get_max_growth_rates.R

#' Get the maximum growth rates of a number of species
#' @inheritParams default_params_doc
#' @author Richel J.C. Bilderbeek
#' @export
get_max_growth_rates <- function(n_species) {
  rep(1.0, n_species)
}
richelbilderbeek/huisweis documentation built on May 9, 2019, 7:36 a.m.