plotOneBivProfile: Plot bivariate profiles

Description Usage Arguments Value Author(s) See Also

View source: R/graphicsFuns.R

Description

Plots the bivariate profiles stored in allRes for each Psi in allPsi.

Usage

1
2
plotOneBivProfile(allRes, allPsi, Design = NULL, threshold = NULL,
  trueEvals = NULL, main_addendum = "", ...)

Arguments

allRes

list containing the list res which contains the computed minima and maxima. The object returned by the function getProfileExtrema.

allPsi

a list containing the matrices Psi (dim 2xd) for which to compute the profile extrema

Design

a matrix of dimension (2d)x numPsi encoding the first (Design[1:d,]) and the second ((Design[(d+1):(2*d),])) axis values.

threshold

if not NULL plots the level as a contour.

trueEvals

if not NULL adds to each plot the data points and the observed value

main_addendum

additional string to add to image title. Default is empty string.

...

additional parameters to be passed to the plot function

Value

plots the 2d maps of the profile sup and inf in allRes for each Psi in allPsi. If threshold is not NULL also contours the threshold level.

Author(s)

Dario Azzimonti

See Also

plotBivariateProfiles


profExtrema documentation built on March 22, 2020, 1:07 a.m.