[Bioc-devel] Heatplus Heatmap Fails for Hidden Dendrogram and Labels
Dario Strbenac
dstr7320 at uni.sydney.edu.au
Tue Oct 15 02:00:19 CEST 2013
Thanks. That solves most of the problems.
When I resize the plot window of Rstudio to any size, it still gives an error. Can you reproduce this with random data ? Here is an example that creates a large PDF, but still causes the error.
values <- matrix(rnorm(45*18), nrow = 45)
pdf("tmp.pdf", h=40, w=40)
plot(regHeatmap(values), list(status="hidden"))
dev.off()
More information about the Bioc-devel
mailing list