R/rateFunction.R

#' Rate Functions
#'
#'
#' The rate functions are user-defined functions which give the rates for each life
#' stage.
#'
#' These are passed into the \code{\link{popModel}} function via the \code{rateFunctions} argument. 
#'
#' The signatures for each rate function are defined in their respective documentation files
#'
#' @seealso \code{\link{deathFunction}} \code{\link{durationFunction}} \code{\link{reproductionFunction}} \code{\link{developmentFunction}} \code{\link{immigrationFunction}} \code{\link{emigrationFunction}}
#' @name RateFunctions
NULL

Try the stagePop package in your browser

Any scripts or data that you put into this service are public.

stagePop documentation built on May 10, 2022, 5:10 p.m.