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),
...
)