plotUncEcdf | R Documentation |
Plot of a set of ECDFs
plotUncEcdf(
X,
absErrors = TRUE,
xlab = NULL,
xmin = 0,
xmax = NULL,
title = "",
show.leg = TRUE,
show.MAE = FALSE,
show.Q95 = TRUE,
Q.algo = "HD",
col.index = 1:ncol(X),
weights = NULL,
units = "a.u.",
label = 0,
leg.lwd = 30,
gPars = ErrViewLib::setgPars()
)
X |
- |
absErrors |
- |
xlab |
- |
xmax |
- |
title |
- |
show.leg |
- |
show.MAE |
- |
col.index |
- |
weights |
- |
units |
- |
label |
- |
leg.lwd |
- |
gPars |
- |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.