Plots the bivariate profiles stored in allRes
for each Psi in allPsi
.
plotOneBivProfile(allRes, allPsi, Design = NULL, threshold = NULL,
trueEvals = NULL, main_addendum = "", ...)
list containing the list res
which contains the computed minima and maxima. The object returned by the function getProfileExtrema
.
a list containing the matrices Psi (dim \(2xd\)) for which to compute the profile extrema
a matrix of dimension \((2d)x numPsi\) encoding the first (Design[1:d,]
) and the second ((Design[(d+1):(2*d),]
)) axis values.
if not NULL
plots the level as a contour.
if not NULL
adds to each plot the data points and the observed value
additional string to add to image title. Default is empty string.
additional parameters to be passed to the plot function
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.
plotBivariateProfiles