R/step_spline_natural.R

Defines functions orbital.step_spline_natural

#' @export
orbital.step_spline_natural <- function(x, all_vars, ...) {
  spline_helper(x, all_vars, splines2::naturalSpline)
}

Try the orbital package in your browser

Any scripts or data that you put into this service are public.

orbital documentation built on Sept. 5, 2026, 1:07 a.m.