plot.lineqGP: Plot for the '"lineqGP"' S3 Class

Description Usage Arguments Value Author(s) See Also

View source: R/lineqGPutils.R

Description

Plot for the "lineqGP" S3 class.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'lineqGP'
plot(
  x,
  y,
  ytest = NULL,
  probs = c(0.025, 0.975),
  bounds = NULL,
  addlines = TRUE,
  nblines = 5,
  ...
)

Arguments

x

an object with "lineqGP" S3 class.

y

not used.

ytest

the values of the test observations. If !is.null(ytest), ytest is drawn.

probs

the values of the confidence intervals evaluated at probs.

bounds

the values of the bounds of a constrained model. If !is.null(bounds), bounds are drawn.

addlines

pptional Logical. If TRUE, some samples are drawn.

nblines

if addlines. The number of samples to be drawn.

...

further arguments passed to or from other methods.

Value

Plot with the "lineqGP" model.

Author(s)

A. F. Lopez-Lopera.

See Also

plot, ggplot.lineqGP


lineqGPR documentation built on Jan. 11, 2020, 9:23 a.m.