mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 04: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,
|
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") +
|
||||||
|
Loading…
Reference in New Issue
Block a user