print.ggHeatTree {treeheatr} | R Documentation |
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.
## S3 method for class 'ggHeatTree'
print(x, newpage = is.null(vp), vp = NULL, ...)
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 |