Skip to content

Commit 35a9681

Browse files
committed
replace deprecated aesthetic
1 parent f25ad70 commit 35a9681

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/mcmc-distributions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ mcmc_violin <- function(
394394
set_hist_aes(freq),
395395
fill = get_color("mid"),
396396
color = get_color("mid_highlight"),
397-
size = .25,
397+
linewidth = .25,
398398
na.rm = TRUE,
399399
binwidth = binwidth,
400400
bins = bins,

R/ppc-errors.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ ppc_error_hist <-
134134
geom_histogram(
135135
fill = get_color("l"),
136136
color = get_color("lh"),
137-
size = 0.25,
137+
linewidth = 0.25,
138138
binwidth = binwidth,
139139
bins = bins,
140140
breaks = breaks

R/ppd-distributions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ ppd_hist <-
168168
fill = "ypred"
169169
)) +
170170
geom_histogram(
171-
size = 0.25,
171+
linewidth = 0.25,
172172
binwidth = binwidth,
173173
bins = bins,
174174
breaks = breaks

0 commit comments

Comments
 (0)