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 |
allPsi |
a list containing the matrices Psi (dim |
Design |
a matrix of dimension |
threshold |
if not |
whichIQR |
which quantiles to use for the inter-quantile range plot. If |
plot_options |
list as returned by |
... |
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]