Learn R Programming

GPFDA (version 2.2)

plot.gpfr: Plot Gaussian Process regression with functional mean for either training or predicting

Description

Plot Gaussian Process with functional mean for training or predicting with 'gpfr' class object.

Usage

# S3 method for gpfr
plot(x,...,type=c('raw','fitted','prediction'))

Arguments

x

The 'gpr' object from either training or predicting of the Gaussian Process.

...

Other arguments from general 'plot' function, such as: 'axes', etc.

type

Function provides three types of plots: raw, fitted and prediction.

See Also

gpfr; gpfrpred; plot; plot.gpr