plotExpGP: Plot outputs from 'fitExpGP'.

Description Usage Arguments Value Author(s)

View source: R/plotExpGP.R

Description

Plot outputs from fitExpGP.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
plotExpGP(
  x,
  y,
  uy,
  ySmooth,
  out,
  modScale = 0.3,
  nMC = 100,
  gPars,
  dataType = 2,
  br = NULL
)

Arguments

x

a numeric vector

y

a numeric vector of responses/data

uy

a numeric vector of uncertainties

ySmooth

a numeric vector of smoothed data

out

a list, output of fitEpxGP

modScale

a real defining the plotting scale for yGP

nMC

an integer number of spaghetti lines

gPars

a list of graphical parameters and colors

dataType

an numeric (1 or 2) defining the type of data

br

a list output from printBr()

Value

Produces a plot. If gPars$graphTable is TRUE and out$prior_PD != 0, the best values of the fit are shown in tabular form instead of a QQ-plot of the residuals.

Author(s)

Pascal PERNOT


ppernot/FitOCTlib documentation built on April 11, 2020, 1:55 a.m.