
Last chance! 50% off unlimited learning
Sale ends in
Plot the density, distribution and quantile functions of an effectiveness distribution. Function
plot
plots all three functions in the same graphics device.
# S3 method for eff
plot(x, ..., plot.data = TRUE)dplot(x, ..., plot.data = TRUE)
pplot(x, ..., plot.data = TRUE)
qplot(x, ..., plot.data = TRUE)
the effectiveness distribution to plot.
other arguments to be passed to graphical functions.
logical: whether to plot the data used to fit the distribution, if any.
plot.eff.cont
and plot.eff.disc
for more details.