PROBplot | R Documentation |
This function is used to calculate the probability of increase in virus concentration. A plot is returned.
PROBplot(modeldata, model_res, lag, ncol)
modeldata |
The long-format data frame/table of virus concentration |
model_res |
The fitted model from WWmodel() |
lag |
The time lag D in working days (See the manuscript) |
ncol |
The number of columns in the plot |
The plot of probabilities.
PROBplot(modeldata, model_res, 5, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.