| build_bootstrap_panel | R Documentation |
Creates a ggplot showing ridge density plots of bootstrap distributions with confidence interval shading.
build_bootstrap_panel(data_view, config)
data_view |
A besthr_data_view object |
config |
A besthr_plot_config object |
A ggplot object
d <- make_data()
hr <- estimate(d, score, group)
dv <- besthr_data_view(hr)
cfg <- besthr_plot_config()
build_bootstrap_panel(dv, cfg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.