plotMaxMin {profExtrema} | R Documentation |
Plot coordinate profiles, for dimension up to 6.
plotMaxMin(allRes, Design = NULL, threshold = NULL, changes = FALSE,
trueEvals = NULL, ...)
allRes |
list containing the list |
Design |
a d dimensional design corresponding to the points |
threshold |
if not |
changes |
boolean, if not |
trueEvals |
if not |
... |
additional parameters to be passed to the plot function |
plots the sup and inf of the function for each dimension. If threshold is not NULL
Dario Azzimonti