Skip to content

Commit e5d61b5

Browse files
Thomas KnechtThomasKnecht
Thomas Knecht
authored andcommitted
Adjust filter criterion in examples
1 parent 8848fd9 commit e5d61b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/position-nudgestack.R

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#' ESM_prep <- ESM %>%
1919
#' tidyr::gather(key = key, value = value, -date) %>%
2020
#' group_by(date, key) %>%
21+
#' summarize(value = mean(value)) %>%
2122
#' filter(date >= "1995-01-01" & date < "1998-01-01")
2223
#'
2324
#' ggplot(data = ESM_prep, mapping = aes(x = time, y = value, fill = id)) +

0 commit comments

Comments
 (0)