Skip to content

Commit def4755

Browse files
Thomas KnechtThomas Knecht
Thomas Knecht
authored and
Thomas Knecht
committed
Adjust filter criterion in examples
1 parent c1729d1 commit def4755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/position-nudgestack.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#' tidyr::gather(key = key, value = value, -date) %>%
2727
#' group_by(date, key) %>%
2828
#' summarize(value = mean(value)) %>%
29-
#' filter(date >= "1995-01-01" & date <= "1997-12-01")
29+
#' filter(date >= "1995-01-01" & date < "1998-01-01")
3030
#'
3131
#' ggplot(data = ESM_prep, mapping = aes(x = date, y = value, fill = key)) +
3232
#' geom_col(position = position_nudgestack(x = 15))

0 commit comments

Comments
 (0)