plotPOIS: Plot Poisson Distribution

Description Usage Arguments Examples

Description

Plot Poisson Distribution

Usage

1
plotPOIS(lambda, n.plot = 50, hlt = FALSE, i = 2, f = 4)

Arguments

lambda

is the mean number of events per unit length

n.plot

number of observations for the plot, by default will be ploted 50 observations

hlt

logical (default is FALSE); if TRUE, probabilities P[i ≤ X ≤ f] are highlighted in green color in the plot

i, f

highlight probability from i' initial value of distribution to 'f' final value of distribution

Examples

1
plotPOIS(lambda = 0.5, n.plot = 15, hlt = TRUE, i = 2, f = 4)

Zibetti/Plothtests documentation built on Feb. 5, 2021, 8:32 p.m.