plotLweights: Distribution rank comparison

View source: R/plotLweights.R

plotLweightsR Documentation

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.

Author(s)

Berry Boessenkool, berry-b@gmx.de, Sept 2014

See Also

distLweights, distLfit

Examples

# see distLweights and distLfit


extremeStat documentation built on Aug. 29, 2023, 9:06 a.m.