Skip to content

Commit ee967ea

Browse files
committed
Move args to wrap_plots()
1 parent 2ef1006 commit ee967ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/sv_interaction.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ sv_interaction.mshapviz <- function(
185185
return(plot_list)
186186
}
187187
plot_list <- add_titles(plot_list, nms = names(object)) # see sv_waterfall()
188-
p <- patchwork::wrap_plots(plot_list) +
189-
patchwork::plot_layout(axis_titles = "collect", guides = "collect")
188+
p <- patchwork::wrap_plots(plot_list, axis_titles = "collect", guides = "collect")
190189

191190
return(p)
192191
}

0 commit comments

Comments
 (0)