Skip to content

Commit

Permalink
Adjust filter criterion in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Knecht authored and ThomasKnecht committed Oct 7, 2019
1 parent 8848fd9 commit e5d61b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/position-nudgestack.R
Expand Up @@ -18,6 +18,7 @@
#' ESM_prep <- ESM %>%
#' tidyr::gather(key = key, value = value, -date) %>%
#' group_by(date, key) %>%
#' summarize(value = mean(value)) %>%
#' filter(date >= "1995-01-01" & date < "1998-01-01")
#'
#' ggplot(data = ESM_prep, mapping = aes(x = time, y = value, fill = id)) +
Expand Down

0 comments on commit e5d61b5

Please sign in to comment.