dts_plot_X.SIS | R Documentation |
Plot the density of infected individuals for the SIS model
## S3 method for class 'SIS'
dts_plot_X(
pars,
i = 1,
clrs = c("darkblue", "darkred"),
llty = 1,
stable = FALSE,
add_axes = TRUE
)
pars |
a list that defines an |
i |
the host species index |
clrs |
a vector of colors |
llty |
an integer (or integers) to set the |
stable |
a logical: set to FALSE for |
add_axes |
a logical: plot axes only if TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.