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


daattali/ggExtra documentation built on June 8, 2024, 6:57 a.m.