rstan_gg_options {rstan} | R Documentation |
Set default appearance options
Description
Set default appearance options
Usage
rstan_gg_options(...)
rstan_ggtheme_options(...)
Arguments
... |
For |
See Also
List of RStan plotting functions
Examples
rstan_ggtheme_options(panel.background = ggplot2::element_rect(fill = "gray"),
legend.position = "top")
rstan_gg_options(fill = "skyblue", color = "skyblue4", pt_color = "red")
[Package rstan version 2.32.6 Index]