R/demography-births.R

Defines functions Births.zero

Documented in Births.zero

#' @title Derivatives of demographic changes in human populations
#' @description Implements [Births] for static population models
#' @inheritParams Births
#' @return a [numeric] vector of zeros
#' @export
Births.zero <- function(t, y, pars, i){
  0*y
}
dd-harp/MicroMoB documentation built on June 6, 2024, 4:43 p.m.