Skip to content

Commit 47a1024

Browse files
committed
... to print.listable_pheatmap
1 parent cfffe0a commit 47a1024

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/convenience.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,8 +1218,8 @@ visualize_dataset <- function(dataset,genes = NULL, adj_p_filter = 1, rank_filte
12181218
}
12191219

12201220
#' @export
1221-
print.listable_pheatmap <- function(heatmap){
1221+
print.listable_pheatmap <- function(heatmap, ...){
12221222
dev.off()
1223-
heatmap
1223+
print(heatmap,...)
12241224
}
12251225

0 commit comments

Comments
 (0)