#' @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
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.