plot.desigh
creates a one dimensional plot of sensitivities and weights.
If the design space has additional dimensions, the design is projected on a specified margin.## S3 method for class 'desigh':
plot(x, ..., margins = NULL, wDes = NULL, plus = T,
circles = F, border = c(0.1, 0.1, 0, 0.1), sensArgs = list(),
wArgs = list())
1
.x
.
See reduce
.c(bottom, left, top, right)
, the relative margins to add.plus=T
, wDes
is specified and its sensitivities contain missing values, then the latter are linearly interpolated from the sensitivities in x
.If circles=T
, the diameter of each circle is proportional to the corresponding weight.
FedorovWynn
, reduce