Skip to content

Commit 4a71d27

Browse files
committed
association plot typo
1 parent 72bc39a commit 4a71d27

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
@@ -503,7 +503,7 @@ srv_tm_g_association <- function(id,
503503
substitute(
504504
expr = {
505505
plot_top <- plot_calls[[1]]
506-
plot_bottom <- plot_calls[[1]]
506+
plot_bottom <- plot_calls[[2]]
507507
plot <- tern::stack_grobs(grobs = lapply(list(plot_top, plot_bottom), ggplot2::ggplotGrob))
508508
},
509509
env = list(

0 commit comments

Comments
 (0)