plotMaxMin: Plot coordinate profiles

Description Usage Arguments Value Author(s)

View source: R/graphicsFuns.R

Description

Plot coordinate profiles, for dimension up to 6.

Usage

1
2
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


profExtrema documentation built on March 22, 2020, 1:07 a.m.