Skip to content

Commit

Permalink
add gridExtra::
Browse files Browse the repository at this point in the history
  • Loading branch information
zhewa committed Nov 4, 2023
1 parent 3da4720 commit 6435a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/moduleHeatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ setMethod("moduleHeatmap",
if (isTRUE(returnAsList)) {
figure <- plts
} else {
figure <- marrangeGrob(plts,
figure <- gridExtra::marrangeGrob(plts,
ncol = ncol,
nrow = nrow,
layout_matrix = matrix(seq_len(nrow * ncol),
Expand Down

0 comments on commit 6435a7a

Please sign in to comment.