plot.funreg {funreg} | R Documentation |
plot method for funreg object
Description
Plots information from an object of class funreg
.
Usage
## S3 method for class 'funreg'
plot(x, frames = FALSE, type = "coefficients", ...)
Arguments
x |
An object of class |
frames |
If there are multiple functional covariates, this tells whether or not the plot for each covariate should all be drawn together as different panels on the same figure. |
type |
A string telling what kind of plot to produce.
One can specify |
... |
Other optional arguments to be passed on to the plot function.
|
[Package funreg version 1.2.2 Index]