xde_plot_X.SEIR.Rd
Plot the density of infected individuals for the SEIR model
# S3 method for SEIR
xde_plot_X(
pars,
i,
clrs = c("black", "darkgreen", "darkred", "darkblue"),
llty = 1,
stable = FALSE,
add_axes = TRUE
)
a list that defines an ramp.xde
model (e.g., generated by xde_setup()
)
the host species index
a vector of colors
an integer (or integers) to set the lty
for plotting
a logical: set to FALSE for orbits
and TRUE for stable_orbits
a logical: plot axes only if TRUE