create_modelHM: Plot a confidence heat map using the alpha/beta model

View source: R/modelHM_plot.R

create_modelHMR Documentation

Plot a confidence heat map using the alpha/beta model

Description

Plot a confidence heat map using the alpha/beta model

Usage

create_modelHM(
  alpha,
  beta,
  type = "upper",
  plot = T,
  cexax = 1.5,
  cexlab = 3,
  cexmain = 2.5,
  dt = 0.0025,
  ev_bound = 0.5,
  ev_window = 0.0125,
  upperRT = 5
)

Arguments

alpha

Alpha used for the heat map plotting

beta

Beta used for the heat map plotting

type

One of 3 possible types of heat map (upper, lower and symmetrical). Upper (resp. lower) shows the confidence linked to an upper (resp. lower) boundary hit. Symmetrical shows the symmetrical heat map. Defaults to "upper"

plot

If TRUE, the heat map is directly plotted. Defaults to TRUE

cexax

Axis font size

cexlab

Labels font size

cexmain

Title font size

dt

Time resolution

ev_bound

Maximum/minimum evidence

ev_window

Evidence resolution. Should be sufficiently higher than dt to avoid NULL values within the heat map

upperRT

Maximum time


pledenmat/myPackage documentation built on July 25, 2022, 3:50 p.m.