PlotCutoff: Plot Cutoff Lines onto ECDF Plot

Description Usage Arguments Examples

View source: R/PlotCutoff.R

Description

Plots a set of vertical and horizontal cutoff lines given either a starting horizontal or vertical position and a curve of interest. The point at which the relevant line interesects the y or x-axis is indicated. A horizontal starting line position is used as default. Multiple line sets can be plotted onto the same plot

Usage

1
PlotCutoff(h = NULL, v = NULL, vectorName = 1)

Arguments

h

Numeric value indicating position of horizontal line

v

Numeric value indicating position of vertical line

vectorName

Name (string) of curve of interest for which either a horizontal or vertical threshold is to be determined. The name is derived from the original name given to relevant vectors when PlotMultiECDFs was called. If not specified, the curve corresponding to the vector positioned first in the aforemention list is used.

Examples

1
2
3
PlotCutoff(v=0.5, vectorName="a")
PlotCutoff(h=0.3)
PlotCutoff(0.2)

TBradley27/MultiECDFPlot documentation built on May 6, 2019, 9:49 p.m.