plotLweights | R Documentation |
Plot rank comparison of fitted distributions calculated by distLfit
.
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),
...
)
dlf |
List as returned by |
type , col , pch , lty , lwd |
Vectors with 5 values for line customization. Recycled if necessary. |
legargs |
List of arguments passed to |
main , xlab , ylab |
plot title and axis labels |
xlim |
Range of x axis. DEFAULT: range(gof$weight*) |
... |
Further arguments passed to |
None.
Berry Boessenkool, berry-b@gmx.de, Sept 2014
distLweights
, distLfit
# see distLweights and distLfit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.