R/cpp11.R

Defines functions get_dist_cont get_dist_cat

# Generated by cpp11: do not edit by hand

get_dist_cat <- function(x, y) {
  .Call(`_RSBID_get_dist_cat`, x, y)
}

get_dist_cont <- function(x, y) {
  .Call(`_RSBID_get_dist_cont`, x, y)
}
dongyuanwu/RSBID documentation built on May 20, 2024, 7:53 a.m.