Skip to contents

Plot cumulative sum of RQ after application and compare it with initial state

Usage

shadingPlot(
  mat_xRow,
  ymin = 0,
  ymax = max(mat_xRow),
  resolution = 0.01,
  xlab = "",
  ylab = "",
  main = ""
)

Arguments

mat_xRow

A matrix where every row is a distribution for one x value

ymin

Minimum value of y-Axis

ymax

Maximumg value of y-Axis

resolution

The widths of quantiles used for shading (default is 1%)

xlab, ylab, main

Óptional definitions of axis and title

Value

A plot with overlapping transperant quantiles