rstan (version 2.18.2)

rstan_gg_options: Set default appearance options

Description

Set default appearance options

Usage

rstan_gg_options(...)
  
  rstan_ggtheme_options(...)

Arguments

...

For rstan_ggtheme_options, see theme for the theme elements that can be specified in .... For rstan_gg_options, ... can be fill, color, chain_colors, size, pt_color, or pt_size. See Examples.

See Also

List of RStan plotting functions

Examples

Run this code
# NOT RUN {
rstan_ggtheme_options(panel.background = element_rect(fill = "gray"),
                      legend.position = "top")
rstan_gg_options(fill = "skyblue", color = "skyblue4", pt_color = "red")
# }

Run the code above in your browser using DataCamp Workspace