Set default appearance options
stan_plot_options.RdSet default appearance options
Arguments
- ...
For
rstan_ggtheme_options, seethemefor the theme elements that can be specified in.... Forrstan_gg_options,...can befill,color,chain_colors,size,pt_color, orpt_size. See Examples.
Examples
rstan_ggtheme_options(panel.background = ggplot2::element_rect(fill = "gray"),
legend.position = "top")
rstan_gg_options(fill = "skyblue", color = "skyblue4", pt_color = "red")