print.ggHeatTree: Print a ggHeatTree object. Adopted from...

View source: R/utils.R

print.ggHeatTreeR 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


trang1618/treeheatr documentation built on July 30, 2023, 1:20 a.m.