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