This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-05-26 10:59:54 +02:00
parent 55457d0ab6
commit a33c8a51a2
1 changed files with 3 additions and 1 deletions

View File

@ -98,8 +98,10 @@
#' model = "binomial",
#' info = FALSE,
#' minimum = 15)
#'
#' ggplot(data)
#'
#' ggplot(data,
#' ggplot(as.data.frame(data),
#' aes(x = year)) +
#' geom_col(aes(y = value),
#' fill = "grey75") +