eccomp
plots the empirical exposure curve distribution
against fitted exposure curve functions.
eccomp(ft, xlim, ylim, main, xlab, ylab, do.points=TRUE,
datapch, datacol, fitlty, fitcol, addlegend = TRUE,
legendtext, xlegend = "bottomright",
ylegend = NULL, ...)
One "DR"
object or a list of objects of class "DR"
.
The \(x\)-limits of the plot.
The \(y\)-limits of the plot.
A main title for the plot, see also title
.
A label for the \(x\)-axis, defaults to a description of x
.
A label for the \(y\)-axis, defaults to a description of y
.
An integer specifying a symbol to be used in plotting data points,
see also points
.
A specification of the color to be used in plotting data points.
A (vector of) color(s) to plot fitted distributions. If there are fewer colors than fits they are recycled in the standard fashion.
A (vector of) line type(s) to plot fitted distributions/densities.
If there are fewer colors than fits they are recycled in the standard fashion.
See also par
.
If TRUE
, a legend is added to the plot.
A character or expression vector of length \(\geq 1\) to appear
in the legend, see also legend
.
The \(x\) and \(y\) co-ordinates to be used to position
the legend. They can be specified by keyword or in any way which is
accepted by 'xy.coords': see legend
for details.
logical; if TRUE
, also draw points at the x-locations.
Default is true. For large dataset (n > 1e4), do.points
is ignored and no
point is drawn.
Further graphical arguments passed to graphical functions used in cdfcomp, denscomp, ppcomp and qqcomp.
Christophe Dutang.
eccomp
provides a exposure curve plot of each fitted distribution
along with the eecf.
By default a legend is added to these plots. Many graphical arguments are optional, dedicated to personalize the plots, and fixed to default values if omitted.