R/RcppExports.R

Defines functions pbc_distances euc_distances buffer_keep

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

buffer_keep <- function(points, lims, R) {
    .Call(`_palm_buffer_keep`, points, lims, R)
}

euc_distances <- function(x1, y1, x2, y2) {
    .Call(`_palm_euc_distances`, x1, y1, x2, y2)
}

pbc_distances <- function(points, lims) {
    .Call(`_palm_pbc_distances`, points, lims)
}

Try the palm package in your browser

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

palm documentation built on Sept. 22, 2023, 9:06 a.m.