plot_lpdf_GI: Visualizing probability density functions.

View source: R/plot_lpdf_GI.R

plot_lpdf_GIR Documentation

Visualizing probability density functions.

Description

Plot the probability distribution of generation interval

Usage

plot_lpdf_GI(mean = 20, sd = 9, from = 0, to = 50)

Arguments

mean

Mean of the probability distribution of generation interval.

sd

Standard deviation of the probability distribution of generation interval.

from

Minimum of x of the plot.

to

Maximum of x of the plot.

Examples

plot_lpdf_GI(mean = 20, sd = 9 ,from = 0, to = 50)

wenlab501/EpiTrans documentation built on July 8, 2022, 9:14 a.m.