powered by
This function produces a ggplot analogue of heatmaply figures using ggarrange. This function may not always support the same set of features as , and exporting the heatmaply object with, for example, orca or heatmaply(mtcars, file = "foo.png").
heatmaply(mtcars, file = "foo.png")
ggheatmap(..., widths = NULL, heights = NULL, row_dend_left = FALSE)
Passed to heatmaply
Relative widths and heights of plots.
Logical argument controlling whether the row dendrogram is placed on the left of the plot.
# NOT RUN { ggheatmap(mtcars) # }
Run the code above in your browser using DataLab