sfd_available.RdDetermine if a design from https://www.spacefillingdesigns.nl/ is available in this package based on how many characteristics (i.e. parameters), size (i.e., number of grid points), and type.
sfd_available(num_param, num_points, type = "any")An integer between two and ten for the number of characteristics/factors/parameters in the design.
An integer for the number of grid points requested. If
there is no corresponding design, an error is given (when using
get_design())
A character string with possible values> "any",
"audze_eglais", "max_min_l1", "max_min_l2", and "uniform". A value
of "any" will choose the first design available (in alphabetical order).
A logical
sfd_available(2, 10)
#> [1] TRUE
sfd_available(2, 10^5)
#> [1] FALSE