View source: R/param_threshold.R
threshold | R Documentation |
In a number of cases, there are arguments that are threshold values for
data falling between zero and one. For example, recipes::step_other()
and
so on.
threshold(range = c(0, 1), 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 |
threshold()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.