plotMaxMin {profExtrema}R Documentation

Plot coordinate profiles

Description

Plot coordinate profiles, for dimension up to 6.

Usage

plotMaxMin(allRes, Design = NULL, threshold = NULL, changes = FALSE,
  trueEvals = NULL, ...)

Arguments

allRes

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

Design

a d dimensional design corresponding to the points

threshold

if not NULL plots the level

changes

boolean, if not FALSE plots the points where profile extrema take values near the threshold.

trueEvals

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

...

additional parameters to be passed to the plot function

Value

plots the sup and inf of the function for each dimension. If threshold is not NULL

Author(s)

Dario Azzimonti


[Package profExtrema version 0.2.1 Index]