We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49313b7 commit 77a5303Copy full SHA for 77a5303
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: spatialLIBD
2
Title: spatialLIBD: an R/Bioconductor package to visualize spatially-resolved
3
transcriptomics data
4
-Version: 1.15.3
+Version: 1.15.4
5
Date: 2024-04-19
6
Authors@R:
7
c(
R/vis_grid_clus.R
@@ -89,7 +89,7 @@ vis_grid_clus <-
89
90
91
if (!return_plots) {
92
- pdf(pdf_file, height = 24, width = 36)
+ pdf(pdf_file, height = height, width = width)
93
print(cowplot::plot_grid(plotlist = plots))
94
dev.off()
95
return(pdf_file)
0 commit comments