Usage
## S3 method for class 'spv':
plot(x, which = c("fds", "vdgsim", "vdgquantile", "vdgboth",
"boxplots"), np = 50, alpha = 7/sqrt(length(x$spv)),
points.colour = "#39BEB1", points.size = 2, tau = c(0.05, 0.95),
radii = 21, hexbin = FALSE, bins = 80, df = 10, lines.size = 1,
origin = rep(0, ncol(x$sample)), method, arrange = FALSE, ...)## S3 method for class 'spvforlist':
plot(x, which = c("fds", "vdgsim", "vdgquantile",
"vdgboth", "boxplots"), np = 50, alpha = 7/sqrt(length(x[[1]]$spv)),
points.colour = "#39BEB1", points.size = 2, tau = c(0.05, 0.95),
radii = 21, hexbin = FALSE, bins = 80, df = 10, lines.size = 1,
origin = rep(0, ncol(x[[1]]$sample)), method, arrange = FALSE, ...)
## S3 method for class 'spvlist':
plot(x, which = c("fds", "vdgsim", "vdgquantile", "vdgboth",
"boxplots"), np = 50, alpha = 7/sqrt(length(x[[1]]$spv)),
points.colour = "#39BEB1", points.size = 2, tau = c(0.05, 0.95),
radii = 21, hexbin = FALSE, bins = 80, VRFDS = FALSE, df = 10,
lines.size = 1, origin = rep(0, ncol(x[[1]]$sample)), method,
arrange = FALSE, ...)
## S3 method for class 'spvlistforlist':
plot(x, which = c("fds", "vdgsim", "vdgquantile",
"vdgboth", "boxplots"), np = 50, alpha = 7/sqrt(length(x[[1]][[1]]$spv)),
points.colour = "#39BEB1", points.size = 2, tau = c(0.05, 0.95),
radii = 21, hexbin = FALSE, bins = 80, df = 10, lines.size = 1,
origin = rep(0, ncol(x[[1]][[1]]$sample)), method, arrange = FALSE, ...)
Arguments
x
an object of type spv for a single experimental design or an
object of type spvlist for multiple designs.
which
either a numeric vector of integers or a character vector
indicating which plots to produce. The possible plots are:
[object Object],[object Object],[object Object],[object Object],[object Object]
np
scalar; the number of points to use for calculating the fraction of design space criterion.
alpha
the alpha transparency coefficient for the plots
points.colour
colour for points in scatterplot of SPV against the radius
points.size
size for points in scatterplot of SPV against the radius
tau
the tau parameter for rq (quantile
regression) radii
either a numeric vector containing the radii to use for
calculating the mean spherical SPV over the spherical design space, or an integer
(length one vector) giving the number of radii to use for calculationg
the mean spherical SPV. If missing, the mean s
hexbin
logical indicating whether hexagonal binning should be used to display
density instead of colour transparency
bins
argument passed to stat_binhex to determine the
number of hexagons used for binning. df
degrees-of-freedom parameter passed to bs origin
numeric vector specifying the origin of the design space
method
optional; passed to dist to overwrite
defaults of "Euclidean" for spherical regions or "supremum" for cubiodal
regions arrange
Logical indicating whether to return a single graphical object arranging the
resulting plots in a single plot window via grid.arrange, or whether to return the
list of graphical objects containing the VRFDS
logical indicating whether to construct a variance ratio FDS plot or not (only for class spvlist). The
first design is used as reference design in case of VRFDS is TRUE
...
additional arguments passed to dist