transition {IxPopDyMod} | R Documentation |
Create a transition
object
Description
A transition
object represents a single transition between two tick life
stages, or the mortality rate from a life stage.
Usage
transition(
from,
to,
fun,
transition_type,
mortality_type = NULL,
predictors = NULL,
parameters = list()
)
Arguments
from |
The name of the life stage a tick is transitioning from. |
to |
The name of the life stage a tick is transitioning to, or NULL if the transition is representing mortality. |
fun |
The transition function to evaluate.
The inputs of the function are predictors and parameters. The output is
the daily probability of completing the transition, for |
transition_type |
One of:
|
mortality_type |
One of:
|
predictors |
Optional, a named list of |
parameters |
Optional, a |
Value
a transition
object