print.ggExtraPlot: Print a ggExtraPlot object

View source: R/ggMarginal.R

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

ggMarginal


ggExtra documentation built on Aug. 21, 2023, 5:13 p.m.