| plot_bf_heatmap | R Documentation |
Heatmap of mean log10 BF10 as a function of two effect grid columns (x/y), with optional faceting.
plot_bf_heatmap(
power_results,
x_effect = NULL,
y_effect = "n",
facet_by = NULL,
n = NULL,
agg_fun = mean,
title = NULL,
subtitle = NULL
)
power_results |
Simulation results from a |
x_effect |
Name of effect grid column for x-axis (default: first grid column). |
y_effect |
Name of effect grid column for y-axis (default: "n"). |
facet_by |
Optional column(s) to facet by. |
n |
Optional sample size to filter to (NULL means plot all; else show only that n). |
agg_fun |
Aggregation function (default: mean). |
title, subtitle |
Optional plot labels. |
ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.