plotLquantile: Plot quantiles of distributions fitted with L-moments

View source: R/plotLquantile.R

plotLquantileR Documentation

Plot quantiles of distributions fitted with L-moments

Description

Plot quantiles of distributions fitted with L-moments

Usage

plotLquantile(
  dlf,
  nbest = 5,
  selection = NULL,
  order = FALSE,
  rows = NULL,
  heights = stats::quantile(par("usr")[3:4], 0.2),
  distcols = dlfplot$distcols,
  linargs = NULL,
  ...
)

Arguments

dlf

List as returned by distLquantile, containing the elements dat, parameter, gof, datname, quant

nbest, selection, order

Distributions to be plotted, see plotLfit

rows

Rowname(s) of dlf$quant that should be drawn instead of the selection / nbest highest ranking distribution functions. 'GPD*' will select all the gpd fits. heights and distcols must then accordingly have at least 13 elements (or will be recycled). DEFAULT: NULL

heights

Coordinates of quantile line ends, recycled if necessary. DEFAULT: 20% of plot height.

distcols

Color for each distribution added with lines. DEFAULT: dlfplot$distcols

linargs

Arguments passed to lines. DEFAULT: NULL

...

Further arguments passed to plotLfit

Value

invisible dlf object, see printL

Author(s)

Berry Boessenkool, berry-b@gmx.de, Dec 2016

See Also

distLquantile, plotLfit

Examples

# See distLquantile


brry/extremeStat documentation built on Feb. 2, 2024, 2:06 a.m.