rbf_sigma | R Documentation |
Parameters related to the radial basis or other kernel functions.
rbf_sigma(range = c(-10, 0), trans = transform_log10())
scale_factor(range = c(-10, -1), trans = transform_log10())
kernel_offset(range = c(0, 2), trans = NULL)
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
degree()
can also be used in kernel functions.
rbf_sigma()
scale_factor()
kernel_offset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.