Plot the density, distribution and quantile functions of a discrete effectiveness distribution.
# S3 method for eff.disc
dplot(x, ..., plot.data = TRUE, xlab = "x",
ylab = "f(x)", main = "mass")# S3 method for eff.disc
pplot(x, ..., plot.data = TRUE, xlab = "q",
ylab = "F(q)", main = "distribution")
# S3 method for eff.disc
qplot(x, ..., plot.data = TRUE, xlab = "p",
ylab = expression(F^-1 * (p)), main = "quantile")
the effectiveness distribution to plot.
arguments to be passed to lines
.
logical: whether to plot the data used to fit the distribution, if any.
the title for the x axis.
the title for the y axis.
the overall title for the plot.
plot.eff.cont
for continuous distributions.