R/RcppExports.R

Defines functions calc_2d_dist_cpp compute_errors compute_highd_dist gen_hex_coord_cpp

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

gen_hex_coord_cpp <- function(hexID, c_x, c_y, a1) {
    .Call(`_quollr_gen_hex_coord_cpp`, hexID, c_x, c_y, a1)
}

compute_highd_dist <- function(test_data, centroids) {
    .Call(`_quollr_compute_highd_dist`, test_data, centroids)
}

compute_errors <- function(true_data, pred_data) {
    .Call(`_quollr_compute_errors`, true_data, pred_data)
}

calc_2d_dist_cpp <- function(x_from, y_from, x_to, y_to) {
    .Call(`_quollr_calc_2d_dist_cpp`, x_from, y_from, x_to, y_to)
}

Try the quollr package in your browser

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

quollr documentation built on Aug. 8, 2025, 6:08 p.m.