plot.eff {simIReff}R Documentation

Plotting tools for effectiveness distributions

Description

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

Usage

## 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.


[Package simIReff version 1.0 Index]