View source: R/print_plotGam.R
print.plotGam | R Documentation |
This method prints the output of plot.gamViz.
## S3 method for class 'plotGam'
print(x, ask = TRUE, pages = NULL, addLay = TRUE, ...)
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 |
Returns the output of gridExtra::grid.arrange, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.