1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 04:06:12 +01:00

doc update

This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-05-26 11:00:32 +02:00
parent a33c8a51a2
commit a12572c752

View File

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