print.ggExtraPlot {ggExtra} | R Documentation |
Print a ggExtraPlot object
Description
ggExtraPlot
objects are created from ggMarginal
. This is the S3
generic print method to print the result of the scatterplot with its marginal
plots.
Usage
## S3 method for class 'ggExtraPlot'
print(x, newpage = grDevices::dev.interactive(), ...)
Arguments
x |
ggExtraPlot object. |
newpage |
Should a new page (i.e., an empty page) be drawn before the ggExtraPlot is drawn? |
... |
ignored |
See Also
[Package ggExtra version 0.10.1 Index]