Learn R Programming

geneRxCluster (version 1.8.0)

plot.cutpoints: plot.cutpoints

Description

Plot a set of cutpoints - Utility

Usage

"plot"(crit, pi.0 = NULL, kvals = NULL, ...)

Arguments

crit
- a cutpoint object see gRxCluster
pi.0
- optional null value to plot
kvals
- which cutpoints to includein the plot
...
passed to barplot

Value

list with components of “bar.x” (the value of hist()), “kvals” (window widths plotted), and “pi.0” (the input value of pi.0)

Details

NOT FOR USERS. Not exported.