R/RcppExports.R

Defines functions energy_method_complex energy_method

Documented in energy_method energy_method_complex

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

energy_method <- function(sample_1, sample_2, num_bootstrap_reps, seed, type) {
    .Call(`_energymethod_energy_method`, sample_1, sample_2, num_bootstrap_reps, seed, type)
}

energy_method_complex <- function(sample_1, sample_2, num_bootstrap_reps, seed, type) {
    .Call(`_energymethod_energy_method_complex`, sample_1, sample_2, num_bootstrap_reps, seed, type)
}

Try the energymethod package in your browser

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

energymethod documentation built on June 8, 2025, 10:45 a.m.