R/adapt3-package.R

#' @title Adaptive Dynamics and Community Matrix Model Projections
#' 
#' @description Runs projections of groups of matrix projection models (MPMs),
#' allowing density dependence mechanisms to work across MPMs. This package was
#' developed to run both adaptive dynamics simulations such as pairwise and
#' multiple invasion analysis, and community projections in which species are
#' represented by MPMs. All forms of MPMs are allowed, including integral
#' projection models (IPMs).
#' 
#' @details The adapt3 package provides three categories of functions:
#' 
#' 1. Core projection
#' 
#' 2. Function characterizing relationships among MPMs
#' 
#' 3. Functions describing, summarizing, or visualizing results
#' 
#' @details adapt3 also includes example datasets complete with sample code.
#' 
#' @aliases adapt3-package
"_PACKAGE"
#' @author Richard P. Shefferson <cdorm@g.ecc.u-tokyo.ac.jp>
#' @references Shefferson, R.P. 2026. \emph{adapt3}: adaptive dynamics and
#' community projection in the \emph{R} programming language.
#' \emph{Methods in Ecology and Evolution} 17(6): 1719-1725.
#' @import Rcpp graphics
#' @importFrom graphics contour lines .filled.contour
#' @importFrom grDevices palette xy.coords
#' @importFrom methods as is
#' @importFrom stats var
#' @importFrom Rcpp evalCpp
#' @useDynLib adapt3
#' @name adapt3-package
NULL

Try the adapt3 package in your browser

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

adapt3 documentation built on June 7, 2026, 9:08 a.m.