plot.fcr: Plotting an fcr model fit

Description Usage Arguments Value Examples

View source: R/fcr_methods.R

Description

Plot method for fcr. Takes a fitted fcr object and plots either the features of the covariance function, or the smooth terms and qqplots for random effects. See plot.gam for further details.

Usage

1
2
## S3 method for class 'fcr'
plot(x, plot.covariance = FALSE, ...)

Arguments

x

object of class fcr.

plot.covariance

logical argument, indicates whether to plot features of the covariance function (correlation function, variance function, and eigenfunctions of the covariance function). If FALSE, will call plot.gam on the fitted gam/bam object. See plot.gam for additional details. Defaults to FALSE.

...

additional arguments to be passed to plot.gam.

Value

If plot.covariance is FALSE, this function will silently return a list fo the data used to create the plots.

Examples

1
## see examples in fcr

fcr documentation built on May 1, 2019, 8:26 p.m.