Skip to content

Commit

Permalink
nf wplot_save_pheatmap auto plotsize
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Jun 21, 2024
1 parent fc3bfba commit 40e2df6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/MarkdownReports.R
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ wplot_save_this <- function(plotname = ww.autoPlotName(),
wplot_save_pheatmap <- function(x,
suffix = "heatmap",
plotname = substitute(x),
width = 15,
height = width,
width = nrow(x)+4,
height = ncols(x)+4,
pdf = TRUE,
png = FALSE,
png_res = 100, # NA
Expand Down
4 changes: 2 additions & 2 deletions man/wplot_save_pheatmap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40e2df6

Please sign in to comment.