plot.cutpoints {geneRxCluster} | R Documentation |
Plot a set of cutpoints - Utility
## S3 method for class 'cutpoints' plot(crit, pi.0 = NULL, kvals = NULL, ...)
crit |
- a cutpoint object see
|
pi.0 |
- optional null value to plot |
kvals |
- which cutpoints to includein the plot |
... |
passed to barplot |
NOT FOR USERS. Not exported.
list with components of “bar.x
” (the value of
hist()
), “kvals
” (window widths
plotted), and “pi.0
” (the input value of
pi.0
)
Charles Berry