PROBplot: Calculate the probability of increase in virus concentration

View source: R/Plot.R

PROBplotR Documentation

Calculate the probability of increase in virus concentration

Description

This function is used to calculate the probability of increase in virus concentration. A plot is returned.

Usage

PROBplot(modeldata, model_res, lag, ncol)

Arguments

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

Value

The plot of probabilities.

Examples

PROBplot(modeldata, model_res, 5, 4)

xiaotiand/WWmodel documentation built on May 15, 2023, 6:58 a.m.