plot.desigh {docopulae} | R Documentation |
Plot Design
Description
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.
Usage
## S3 method for class 'desigh'
plot(x, sensx = NULL, sens = NULL, sensTol = NULL,
..., margins = NULL, desSens = T, sensPch = "+",
sensArgs = list())
Arguments
x |
a design. |
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 |
sensTol |
(optional) a single numeric. Adds a horizontal line at this sensitivity level. |
... |
other arguments passed to plot. |
margins |
a vector of indices, the dimensions to project on.
Defaults to |
desSens |
if |
sensPch |
either a character vector of point 'characters' to add to the sensitivity curve or |
sensArgs |
a list of arguments passed to draw calls related to the sensitivity. |
References
uses add.alpha from http://www.magesblog.com/2013/04/how-to-change-alpha-value-of-colours-in.html
See Also
Examples
## see examples for param