View source: R/PN-lifecycle-node-P.R
spn_P_lifecycle_node | R Documentation |
This function makes the set of places (P) for a SPN. It is used alone if our model
is a single-node metapopulation for mosquito dynamics only; otherwise it is used
as part of other functions to make SPN models with larger state spaces
(metapopulation models, see spn_P_lifecycle_network
).
spn_P_lifecycle_node(params, cube)
params |
a named list of parameters (see details) |
cube |
an inheritance cube from the |
The params
argument supplies all of the ecological parameters necessary
to calculate equilibrium values. This function requires the nE
,
nL
, and nP
parameters to be specified. For more details, see
equilibrium_lifeycle
For examples of using this function, see:
vignette("lifecycle-node", package = "MGDrivE2")
a list with two elements: ix
contains labeled indices of the places
by life stage, u
is the character vector of places (P)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.