exponential_sampling | R Documentation |
Sample resolutions in exponential scale (sparser for larger values)
exponential_sampling(n.res, res.min = 0.001, res.max = 3, base = 2)
n.res |
integer, number of resolutions to sample |
res.min |
scalar, lower bound |
res.max |
scalar, upper bound |
base |
base of the exponential scale (default 2) |
a vector of sampled parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.