R/step_spline_convex.R

Defines functions orbital.step_spline_convex

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

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.