Skip to content

Commit 16c525b

Browse files
authored
Update R/tm_g_association.R
Signed-off-by: André Veríssimo <[email protected]>
1 parent b64c3d7 commit 16c525b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_g_association.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ srv_tm_g_association <- function(id,
510510
substitute(
511511
expr = {
512512
plots <- plot_calls
513-
plot <- gridExtra::grid.arrange(plots[[1]], plots[[2]], ncol = 1)
513+
plot <- gridExtra::arrangeGrob(plots[[1]], plots[[2]], ncol = 1)
514514
},
515515
env = list(
516516
plot_calls = do.call(

0 commit comments

Comments
 (0)