print.plotGam {mgcViz} | R 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 |
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 |
... |
further arguments to be passed to |
Value
Returns the output of gridExtra::grid.arrange, invisibly.
[Package mgcViz version 0.1.11 Index]