From a33c8a51a27564517907dbdf10d0c5714b25c377 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Wed, 26 May 2021 10:59:54 +0200 Subject: [PATCH] v1.7.0 --- R/resistance_predict.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/R/resistance_predict.R b/R/resistance_predict.R index bd1f70fb..e9293035 100755 --- a/R/resistance_predict.R +++ b/R/resistance_predict.R @@ -98,8 +98,10 @@ #' 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") +