shadingPlot: Plot cumulative sum of RQ after application and compare it...

View source: R/plot_sinlge_result.R

shadingPlotR Documentation

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

Description

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


KWB-R/kwb.fcr documentation built on Nov. 14, 2023, 5:17 a.m.