Plot the density of infected and infective mosquitoes
Usage
xde_plot_YZ(
pars,
s = 1,
Yclrs = "purple",
Zclrs = "darkred",
llty = 1,
stable = FALSE,
add_axes = TRUE
)
Arguments
- pars
a list that defines an
exDE
model (e.g., generated byxde_setup()
)- s
the vector species index
- Yclrs
a vector of colors for infected mosquitoes
- Zclrs
a vector of colors for infective mosquitoes
- llty
an integer (or integers) to set the
lty
for plotting- stable
set to FALSE for
orbits
and TRUE forstable_orbits
- add_axes
to plot axes only if TRUE