Usage
spv(
n,
design,
type = "spherical",
formula,
at = FALSE,
keepfun,
sample,
unscaled = FALSE,
...
)# S3 method for data.frame
spv(
n,
design,
type = c("spherical", "cuboidal", "lhs", "mlhs", "slhs", "rslhs", "custom"),
formula,
at = FALSE,
keepfun,
sample,
unscaled = FALSE,
...
)
# S3 method for list
spv(
n,
design,
type = c("spherical", "cuboidal", "lhs", "mlhs", "slhs", "rslhs", "custom"),
formula,
at = FALSE,
keepfun,
sample,
unscaled = FALSE,
...
)
# S3 method for matrix
spv(
n,
design,
type = c("spherical", "cuboidal", "lhs", "mlhs", "slhs", "rslhs", "custom"),
formula,
at = FALSE,
keepfun,
sample,
unscaled = FALSE,
...
)