diff --git a/man/resistance_predict.Rd b/man/resistance_predict.Rd index fcc8174b..3b334f2d 100644 --- a/man/resistance_predict.Rd +++ b/man/resistance_predict.Rd @@ -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") +