powered by
plot.desigh creates a one-dimensional design plot, optionally together with a specified sensitivity curve. If the design space has additional dimensions, the design is projected on a specified margin.
plot.desigh
# S3 method for desigh plot(x, sensx = NULL, sens = NULL, sensTol = NULL, ..., margins = NULL, desSens = T, sensPch = "+", sensArgs = list())
a design.
(optional) a row matrix of points.
(optional) either a vector of sensitivities or a sensitivity function. The latter shall rely on defaults, see Dsensitivity for details.
Dsensitivity
(optional) a single numeric. Adds a horizontal line at this sensitivity level.
other arguments passed to plot.
a vector of indices, the dimensions to project on. Defaults to 1.
1
if TRUE and sens is not specified then the sensitivity function which potentially was used in Wynn is taken as sens.
TRUE
sens
Wynn
either a character vector of point 'characters' to add to the sensitivity curve or NULL.
NULL
a list of arguments passed to draw calls related to the sensitivity.
uses add.alpha from http://www.magesblog.com/2013/04/how-to-change-alpha-value-of-colours-in.html
design, Dsensitivity
design
# NOT RUN { ## see examples for param # }
Run the code above in your browser using DataLab