View source: R/plot_sinlge_result.R
shadingPlot | R Documentation |
Plot cumulative sum of RQ after application and compare it with initial state
shadingPlot(
mat_xRow,
ymin = 0,
ymax = max(mat_xRow),
resolution = 0.01,
xlab = "",
ylab = "",
main = ""
)
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 |
A plot with overlapping transperant quantiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.