print.ggHeatTree {treeheatr} | R Documentation |
Print a ggHeatTree object. Adopted from https://github.com/daattali/ggExtra/blob/master/R/ggMarginal.R#L207-L244.
Description
ggHeatTree
objects are created from heat_tree()
. This is the S3
generic print method to print the result of the scatterplot with its marginal
plots.
Usage
## S3 method for class 'ggHeatTree'
print(x, newpage = is.null(vp), vp = NULL, ...)
Arguments
x |
ggHeatTree (gtable grob) object. |
newpage |
Should a new page (i.e., an empty page) be drawn before the ggHeatTree is drawn? |
vp |
viewpoint |
... |
ignored |
[Package treeheatr version 0.2.1 Index]