Description Usage Arguments See Also
Plot the density, distribution and quantile functions of a continuous effectiveness distribution.
1 2 3 4 5 6 7 8 9 10 11  | ## S3 method for class 'eff.cont'
dplot(x, ..., plot.data = TRUE, subdivisions = 200,
  xlab = "x", ylab = "f(x)", main = "density")
## S3 method for class 'eff.cont'
pplot(x, ..., plot.data = TRUE, subdivisions = 200,
  xlab = "q", ylab = "F(q)", main = "distribution")
## S3 method for class 'eff.cont'
qplot(x, ..., plot.data = TRUE, subdivisions = 200,
  xlab = "p", ylab = expression(F^-1 * (p)), main = "quantile")
 | 
x | 
 the effectiveness distribution to plot.  | 
... | 
 arguments to be passed to   | 
plot.data | 
 logical: whether to plot the data used to fit the distribution, if any.  | 
subdivisions | 
 number of equidistant points at which to evaluate the distribution to plot.  | 
xlab | 
 the title for the x axis.  | 
ylab | 
 the title for the y axis.  | 
main | 
 the overall title for the plot.  | 
plot.eff.disc for discrete distributions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.