plot.eff: Plotting tools for effectiveness distributions

Description Usage Arguments See Also

View source: R/plot.R

Description

Plot the density, distribution and quantile functions of an effectiveness distribution. Function plot plots all three functions in the same graphics device.

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'eff'
plot(x, ..., plot.data = TRUE)

dplot(x, ..., plot.data = TRUE)

pplot(x, ..., plot.data = TRUE)

qplot(x, ..., plot.data = TRUE)

Arguments

x

the effectiveness distribution to plot.

...

other arguments to be passed to graphical functions.

plot.data

logical: whether to plot the data used to fit the distribution, if any.

See Also

plot.eff.cont and plot.eff.disc for more details.


simIReff documentation built on May 2, 2019, 2:46 p.m.