1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 05:26:13 +01:00
This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-05-26 10:59:54 +02:00
parent 55457d0ab6
commit a33c8a51a2

View File

@ -99,7 +99,9 @@
#' info = FALSE, #' info = FALSE,
#' minimum = 15) #' minimum = 15)
#' #'
#' ggplot(data, #' ggplot(data)
#'
#' ggplot(as.data.frame(data),
#' aes(x = year)) + #' aes(x = year)) +
#' geom_col(aes(y = value), #' geom_col(aes(y = value),
#' fill = "grey75") + #' fill = "grey75") +