View source: R/plotLquantile.R
plotLquantile | R Documentation |
Plot quantiles of distributions fitted with L-moments
plotLquantile(
dlf,
nbest = 5,
selection = NULL,
order = FALSE,
rows = NULL,
heights = stats::quantile(par("usr")[3:4], 0.2),
distcols = dlfplot$distcols,
linargs = NULL,
...
)
dlf |
List as returned by |
nbest, selection, order |
Distributions to be plotted, see |
rows |
Rowname(s) of |
heights |
Coordinates of quantile line ends, recycled if necessary. DEFAULT: 20% of plot height. |
distcols |
Color for each distribution added with |
linargs |
Arguments passed to |
... |
Further arguments passed to |
invisible dlf object, see printL
Berry Boessenkool, berry-b@gmx.de, Dec 2016
distLquantile
, plotLfit
# See distLquantile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.