graph-eccomp | R Documentation |
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, ...)
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. |
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.
Christophe Dutang.
See plot
, legend
, eecf
.
# (1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.