mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 00:02:38 +02:00
doc update
This commit is contained in:
@ -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") +
|
||||
|
Reference in New Issue
Block a user