plotBivariateProfiles {profExtrema}R Documentation

Plot bivariate profiles

Description

Plot bivariate profiles, for dimension up to 6.

Usage

plotBivariateProfiles(bivProf, allPsi, Design = NULL, threshold = NULL,
  whichIQR = NULL, plot_options = NULL, ...)

Arguments

bivProf

list returned by obliqueProfiles.

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.

whichIQR

which quantiles to use for the inter-quantile range plot. If NULL, automatically selects the first and the last element of bivProfres_UQ$prof_quantiles_approx

plot_options

list as returned by setPlotOptions.

...

additional parameters to be passed to the plot function

Value

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

Author(s)

Dario Azzimonti


[Package profExtrema version 0.2.1 Index]