Learn R Programming

extremeStat (version 1.3.0)

plotLweights: Distribution rank comparison

Description

Plot rank comparison of fitted distributions calculated by distLfit.

Usage

plotLweights(dlf, type = "o", col = RColorBrewer::brewer.pal(5, "Set2"), pch = c(1:4, NA), lty = 1, lwd = 1, legargs = NULL, main = "Distribution function GOF and weights", xlab = "Weight / RMSE", ylab = "", xlim = range(gof[, grep("weight", colnames(gof))], na.rm = TRUE), ...)

Arguments

dlf
List as returned by distLfit, containing the element gof
type, col, pch, lty, lwd
Vectors with 5 values for line customization. Recycled if necessary.
legargs
List of arguments passed to legend, like cex, bg, etc.
main, xlab, ylab
plot title and axis labels
xlim
Range of x axis. DEFAULT: range(gof$weight*)
...
Further arguments passed to plot.

Value

None.

See Also

distLweights, distLfit

Examples

Run this code
# see distLweights and distLfit

Run the code above in your browser using DataLab