We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c8b1a commit d967b8eCopy full SHA for d967b8e
R/position-nudgestack.R
@@ -26,7 +26,7 @@
26
#' tidyr::gather(key = key, value = value, -date) %>%
27
#' group_by(date, key) %>%
28
#' summarize(value = mean(value)) %>%
29
-#' filter(date >= "1995-01-01" & date <= "1997-12-01")
+#' filter(date >= "1995-01-01" & date < "1998-01-01")
30
#'
31
#' ggplot(data = ESM_prep, mapping = aes(x = date, y = value, fill = key)) +
32
#' geom_col(position = position_nudgestack(x = 15))
0 commit comments