File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 98
98
# ' y <- example_y_data()
99
99
# ' yrep <- example_yrep_draws()
100
100
# ' ppc_stat(y, yrep, stat = "mean") + legend_none()
101
- # ' \donttest{
101
+ # '
102
+ # ' ############################
103
+ # ' ### Mixing color schemes ###
104
+ # ' ############################
102
105
# ' color_scheme_set("mix-teal-pink")
103
106
# ' ppc_stat(y, yrep, stat = "sd") + legend_none()
104
107
# ' mcmc_areas(x, regex_pars = "beta")
105
- # ' }
108
+ # '
109
+ # ' ###########################
110
+ # ' ### ColorBrewer schemes ###
111
+ # ' ###########################
112
+ # ' color_scheme_set("brewer-Spectral")
113
+ # ' mcmc_trace(x, pars = "sigma")
114
+ # '
106
115
# ' ###########################
107
- # ' ### custom color scheme ###
116
+ # ' ### Custom color scheme ###
108
117
# ' ###########################
109
118
# ' orange_scheme <- c("#ffebcc", "#ffcc80",
110
119
# ' "#ffad33", "#e68a00",
You can’t perform that action at this time.
0 commit comments