From a12572c7525810dd7eb14d2b78131602dcdcb173 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Wed, 26 May 2021 11:00:32 +0200 Subject: [PATCH] doc update --- man/resistance_predict.Rd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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") +