mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 18:06:12 +01:00
doc update
This commit is contained in:
parent
a33c8a51a2
commit
a12572c752
@ -166,7 +166,9 @@ if (require("dplyr") & require("ggplot2")) {
|
||||
info = FALSE,
|
||||
minimum = 15)
|
||||
|
||||
ggplot(data,
|
||||
ggplot(data)
|
||||
|
||||
ggplot(as.data.frame(data),
|
||||
aes(x = year)) +
|
||||
geom_col(aes(y = value),
|
||||
fill = "grey75") +
|
||||
|
Loading…
Reference in New Issue
Block a user