R/step_spline_nonnegative.R

Defines functions orbital.step_spline_nonnegative

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

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.