| layer_group_means | R Documentation |
Creates a ggplot2 layer showing horizontal lines at group mean ranks.
layer_group_means(data_view, config)
data_view |
A besthr_data_view object |
config |
A besthr_plot_config object |
A ggplot2 layer
d <- make_data()
hr <- estimate(d, score, group)
dv <- besthr_data_view(hr)
cfg <- besthr_plot_config()
# layer_group_means returns a ggplot layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.