| besthr_style | R Documentation |
Returns a pre-configured besthr_plot_config object with sensible
defaults for common use cases. This is the easiest way to customize
besthr plot appearance without understanding all the configuration options.
besthr_style(style = "default")
style |
Character string specifying the style preset:
|
A besthr_plot_config object
d <- make_data()
hr <- estimate(d, score, group)
# Quick styling with presets
plot(hr, config = besthr_style("publication"))
plot(hr, config = besthr_style("presentation"))
plot(hr, config = besthr_style("density"))
# Same as default
plot(hr, config = besthr_style("default"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.