Plot the density of infected individuals for the SIS model
Source:R/human-XH-SIS.R
xds_plot_X.SIS.Rd
Plot the density of infected individuals for the SIS model
Usage
# S3 method for class 'SIS'
xds_plot_X(
xds_obj,
i = 1,
clrs = c("darkblue", "darkred"),
llty = 1,
add = FALSE
)