make.ss.bin.ssize.oc: Make single sample binary sample size OC curve

View source: R/make.ss.bin.ssize.oc.r

make.ss.bin.ssize.ocR Documentation

Make single sample binary sample size OC curve

Description

Make single sample binary sample size OC curve

Usage

make.ss.bin.ssize.oc(
  for.plot = get.ss.bin.ssize.oc.df(),
  nlines = 25,
  tsize = 4,
  add.table = TRUE
)

Arguments

for.plot

ouput from get.ss.bin.ssize.oc.df

nlines

Control for text spacing

tsize

Control for text size

add.table

provides extended output summaries

Value

A ggplot object is returned

Examples

my.ss.bin.ssize.oc.df <- get.ss.bin.ssize.oc.df()
my.ss.bin.ssize.oc <- make.ss.bin.ssize.oc(for.plot= my.ss.bin.ssize.oc.df, add.table=TRUE)
plot(my.ss.bin.ssize.oc)

GNGTools documentation built on Dec. 16, 2022, 5:09 p.m.