From 43a63175a63d078fbed98f5374fcf8cec53c110e Mon Sep 17 00:00:00 2001 From: mtennekes Date: Wed, 8 May 2024 10:48:03 +0200 Subject: [PATCH] #874 --- R/tmap_arrange.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tmap_arrange.R b/R/tmap_arrange.R index 05d219b1..589b54ae 100644 --- a/R/tmap_arrange.R +++ b/R/tmap_arrange.R @@ -146,7 +146,7 @@ print_tmap_arrange <- function(tms, knit = FALSE, show = TRUE, add.titles = TRUE if (show) { if (knit) { kp <- get("knit_print", asNamespace("knitr")) - return(do.call(kp, c(list(x=lfmv), args, list(options=options)))) + return(do.call(kp, c(list(x=res2), args, list(options=options)))) } else { return(print(res2)) }