graph-eccomp {mbbefd} | R Documentation |
Graphical comparison of multiple fitted distributions
Description
eccomp
plots the empirical exposure curve distribution
against fitted exposure curve functions.
Usage
eccomp(ft, xlim, ylim, main, xlab, ylab, do.points=TRUE,
datapch, datacol, fitlty, fitcol, addlegend = TRUE,
legendtext, xlegend = "bottomright",
ylegend = NULL, ...)
Arguments
ft |
One |
xlim |
The |
ylim |
The |
main |
A main title for the plot, see also |
xlab |
A label for the |
ylab |
A label for the |
datapch |
An integer specifying a symbol to be used in plotting data points,
see also |
datacol |
A specification of the color to be used in plotting data points. |
fitcol |
A (vector of) color(s) to plot fitted distributions. If there are fewer colors than fits they are recycled in the standard fashion. |
fitlty |
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 |
addlegend |
If |
legendtext |
A character or expression vector of length |
xlegend , ylegend |
The |
do.points |
logical; if |
... |
Further graphical arguments passed to graphical functions used in cdfcomp, denscomp, ppcomp and qqcomp. |
Details
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.
Author(s)
Christophe Dutang.
See Also
Examples
# (1)