R/demography-dH.R

Defines functions dHdt.zero

Documented in dHdt.zero

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