make.ts.ng.trt.oc2: Make two-sample normal-gamma treatment OC curve V2

View source: R/make.ts.ng.trt.oc2.r

make.ts.ng.trt.oc2R Documentation

Make two-sample normal-gamma treatment OC curve V2

Description

Make two-sample normal-gamma treatment OC curve V2

Usage

make.ts.ng.trt.oc2(
  for.plot = get.ts.ng.trt.oc.df(),
  nlines = 25,
  tsize = 4,
  add.table = TRUE
)

Arguments

for.plot

output from get.ts.ng.trt.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.ts.ng.trt.oc.df <- get.ts.ng.trt.oc.df(goparallel=FALSE)
make.ts.ng.trt.oc2(for.plot=my.ts.ng.trt.oc.df, add.table=TRUE)


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