plot_cdfLst: plot multiple cumulative distribution functions

View source: R/segmenTools.R

plot_cdfLstR Documentation

plot multiple cumulative distribution functions

Description

plot multiple cumulative distribution functions of overlap statistics, as provided by function getOverlapStats

Usage

plot_cdfLst(
  x = seq(0, 2, 0.05),
  CDF,
  type = "rcdf",
  range = "polygon",
  col,
  lty,
  lwd,
  h = c(0.2, 0.8),
  v = c(0.8, 1.2),
  ylab = "cum.dist.func.",
  ylim = c(0, 1),
  ...
)

Arguments

x

x-values for which cumulative distribution functions of overlap characteristics are plotted

CDF

named list of cumulative distribution functions

type

character indicating the type of the overlap CDF

range

draw the range of values either as "polygon" or "lines"

col

lines color vector

lty

line type vector

lwd

line lwd vector

h

horizontal cut-off lines

v

vertical cut-off lines

ylab

y-axis label

ylim

y-axis limits

...

further parameters to plot


raim/segmenTools documentation built on March 20, 2024, 6:23 a.m.