Usage
## S3 method for class 'desigh':
plot(x, sensx = NULL, sens = NULL, ..., margins = NULL,
desSens = T, sensPch = "+", sensArgs = list())
Arguments
sensx
(optional) a row matrix of points.
sens
(optional) either a vector of sensitivities or a sensitivity function. The latter shall rely on defaults, see Dsensitivity for details.
...
other arguments passed to plot.
margins
a vector of indices, the dimensions to project on.
Defaults to 1.
desSens
if TRUE and sens is not specified then the sensitivity function which potentially was used in FedorovWynn is taken as sens.
sensPch
either a character vector of point 'characters' to add to the sensitivity curve or NULL.
sensArgs
a list of arguments passed to draw calls related to the sensitivity.