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 8848fd9 commit e5d61b5Copy full SHA for e5d61b5
R/position-nudgestack.R
@@ -18,6 +18,7 @@
18
#' ESM_prep <- ESM %>%
19
#' tidyr::gather(key = key, value = value, -date) %>%
20
#' group_by(date, key) %>%
21
+#' summarize(value = mean(value)) %>%
22
#' filter(date >= "1995-01-01" & date < "1998-01-01")
23
#'
24
#' ggplot(data = ESM_prep, mapping = aes(x = time, y = value, fill = id)) +
0 commit comments