print.plotGam: Printing the output of plot.gamViz

View source: R/print_plotGam.R

print.plotGamR Documentation

Printing the output of plot.gamViz

Description

This method prints the output of plot.gamViz.

Usage

## S3 method for class 'plotGam'
print(x, ask = TRUE, pages = NULL, addLay = TRUE, ...)

Arguments

x

an object of class plotGam.

ask

should we ask before moving from one page to the next?

pages

the number of pages over which to spread the output.

addLay

if TRUE, and if the $empty slot of the plotGam object is TRUE, we add some default layers to the plots, before printing. Does not have any affect if the plotGam object already contains some layers.

...

further arguments to be passed to grid.arrange.

Value

Returns the output of gridExtra::grid.arrange, invisibly.


mgcViz documentation built on Oct. 6, 2023, 5:09 p.m.

Related to print.plotGam in mgcViz...