plotUD: Plot Uniform Discrete Probability Distribution

Description Usage Arguments Examples

View source: R/funcao_plotUD.R

Description

Plot Uniform Discrete Probability Distribution and highlight probability of some values from i to f. There are some default to values to each parameter in function.

Usage

1
plotUD(a = 0, b = 4, prob = FALSE, i = 2, f = 4)

Arguments

a

lower limits of the distribution

b

upper limits of the distribution

prob

logical (default = FALSE), if TRUE highlight some values of the probability of random variable from 'i' to 'f'

i

highlight probability from this intial value of distribution

f

highlight probability from 'i' to this final value of distribution

Examples

1
plotUD(a = 0, b = 4, prob = TRUE, i = 2, f = 4)

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