mcrps: fix parameters plot (burn in)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2554,8 +2554,8 @@ pars_data %>%
|
|||||||
geom_rect(aes(
|
geom_rect(aes(
|
||||||
ymin = 0,
|
ymin = 0,
|
||||||
ymax = value * 1.2,
|
ymax = value * 1.2,
|
||||||
xmin = dates[1],
|
xmin = sort(unique(dates))[1],
|
||||||
xmax = dates[182],
|
xmax = sort(unique(dates))[182],
|
||||||
fill = "Burn-In"
|
fill = "Burn-In"
|
||||||
)) +
|
)) +
|
||||||
geom_line(aes(color = name), linewidth = linesize, show.legend = FALSE) +
|
geom_line(aes(color = name), linewidth = linesize, show.legend = FALSE) +
|
||||||
|
|||||||
Reference in New Issue
Block a user