From 1e83109333d8658008ba07e38a8d3c2b84f6147b Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 30 Oct 2023 08:13:50 +0100 Subject: [PATCH] fix --- R/data_plot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/data_plot.R b/R/data_plot.R index 3b916383f..8a54b9270 100644 --- a/R/data_plot.R +++ b/R/data_plot.R @@ -156,7 +156,7 @@ add_plot_attributes <- function(x) { if (is.null(dat)) { # last try - model <- .dynGet(obj_name, ifnotfound = NULL) + dat <- .dynGet(obj_name, ifnotfound = NULL) } }