"lineqGP" S3 ClassGGPlot for the "lineqGP" S3 class.
# S3 method for lineqGP
ggplot(
data,
mapping,
ytest = NULL,
probs = c(0.05, 0.95),
bounds = NULL,
addlines = TRUE,
nblines = 5,
fillbackground = TRUE,
alpha.qtls = 0.4,
xlab = "",
ylab = "",
main = "",
xlim = NULL,
ylim = NULL,
lwd = 1,
cex = 1.5,
...
)an object with "lineqGP" S3 class.
not used.
the values of the test observations. If !is.null(ytest), ytest is drawn.
the values of the confidence intervals evaluated at probs.
the values of the bounds of a constrained model. If !is.null(bounds), bounds are drawn.
an optional Logical. If TRUE, some samples are drawn.
if addlines. The number of samples to be drawn.
an optional logical. If TRUE, fill gray background.
a number indicating the transparency of the quantiles.
a character string corresponding to the title for the x axis.
a character string corresponding to the title for the y axis.
a character string corresponding to the overall title for the plot.
the limit values for the x axis.
the limit values for the y axis.
a number indicating the line width.
a number indicating the amount by which plotting text and symbols should be scaled.
further arguments passed to or from other methods.
GGPlot with the "lineqGP" model.