doc update

This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-05-26 11:00:32 +02:00
parent a33c8a51a2
commit a12572c752
1 changed files with 3 additions and 1 deletions

View File

@ -165,8 +165,10 @@ if (require("dplyr") & require("ggplot2")) {
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") +