| plot.pfr | R Documentation |
This function plots the smooth coefficients of a pfr object. These include
functional coefficients as well as any smooths of scalar covariates. The
function dispatches to pfr_plot.gam, which is our local copy of
plot.gam with some minor changes.
## S3 method for class 'pfr'
plot(x, Qtransform = FALSE, ...)
x |
a fitted |
Qtransform |
For additive functional terms, |
... |
arguments handed over to |
This function's main purpose is its side effect of generating plots. It also silently returns a list of the data used to produce the plots, which can be used to generate customized plots.
Jonathan Gellar
af, pfr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.