R/RcppExports.R

Defines functions energy_cpp multipletS3_cpp twin_cpp

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

twin_cpp <- function(data, r, u1, leaf_size = 8L) {
    .Call(`_twinning_twin_cpp`, data, r, u1, leaf_size)
}

multipletS3_cpp <- function(data, r, u1, leaf_size = 8L) {
    .Call(`_twinning_multipletS3_cpp`, data, r, u1, leaf_size)
}

energy_cpp <- function(data, points) {
    .Call(`_twinning_energy_cpp`, data, points)
}

Try the twinning package in your browser

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

twinning documentation built on Jan. 13, 2026, 9:07 a.m.