Learn R Programming

GNGTools (version 1.0.0)

make.ts.bin.pp.heatmap: Make two-sample binary predictive probability heatmap

Description

Make two-sample binary predictive probability heatmap

Usage

make.ts.bin.pp.heatmap(my.data = pp.table, go.thresh = 0.8, ng.thresh = 0.8)

Value

A ggplot object is returned.

Arguments

my.data

output from return.ts.bin.pp.table

go.thresh

go threshold

ng.thresh

no-go threshold

Examples

Run this code
# \donttest{
pp.table <- return.ts.bin.int.predprob.table(goparallel=FALSE)
make.ts.bin.pp.heatmap(my.data = pp.table, go.thresh=0.8, ng.thresh=0.8)
# }

Run the code above in your browser using DataLab