plotUncEcdf: Plot of a set of ECDFs

View source: R/plotUncEcdf.R

plotUncEcdfR Documentation

Plot of a set of ECDFs

Description

Plot of a set of ECDFs

Usage

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()
)

Arguments

X

-

absErrors

-

xlab

-

xmax

-

title

-

show.leg

-

show.MAE

-

col.index

-

weights

-

units

-

label

-

leg.lwd

-

gPars

-


ppernot/ErrViewLib documentation built on June 1, 2024, 4:33 a.m.