create_modelHM | R Documentation |
Plot a confidence heat map using the alpha/beta model
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 )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.