| plot.pfr {refund} | R Documentation | 
Plot a pfr object
Description
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.
Usage
## S3 method for class 'pfr'
plot(x, Qtransform = FALSE, ...)
Arguments
x | 
 a fitted   | 
Qtransform | 
 For additive functional terms,   | 
... | 
 arguments handed over to   | 
Value
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.
Author(s)
Jonathan Gellar