Skip to contents

Plot adult mosquito population density

Usage

xde_plot_M(
  pars,
  s = 1,
  clrs = "darkblue",
  llty = 1,
  stable = FALSE,
  add_axes = TRUE
)

Arguments

pars

a list that defines an exDE model (e.g., generated by xde_setup())

s

the vector species index

clrs

a vector of colors

llty

an integer (or integers) to set the lty for plotting

stable

a logical: set to FALSE for orbits and TRUE for stable_orbits

add_axes

a logical: plot axes only if TRUE