num_knots {dials} | R Documentation |
The number of knots used for spline model parameters.
num_knots(range = c(0L, 5L), 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 |
One context in which this parameter is used is spline basis functions.
num_knots()