R/RcppExports.R

Defines functions sp_ldiff_sparse sp_lcov_sparse idx_per_block k_mat_exp k_mat_ring k_mat_ball idw

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

idw <- function(coords_pred, coords_vals, vals, p) {
    .Call(`_SpatialBSS_idw`, coords_pred, coords_vals, vals, p)
}

k_mat_ball <- function(coords, h) {
    .Call(`_SpatialBSS_k_mat_ball`, coords, h)
}

k_mat_ring <- function(coords, h1, h2) {
    .Call(`_SpatialBSS_k_mat_ring`, coords, h1, h2)
}

k_mat_exp <- function(coords, h) {
    .Call(`_SpatialBSS_k_mat_exp`, coords, h)
}

idx_per_block <- function(coords, coords_block, d) {
    .Call(`_SpatialBSS_idx_per_block`, coords, coords_block, d)
}

sp_lcov_sparse <- function(x, k) {
    .Call(`_SpatialBSS_sp_lcov_sparse`, x, k)
}

sp_ldiff_sparse <- function(x, k) {
    .Call(`_SpatialBSS_sp_ldiff_sparse`, x, k)
}

Try the SpatialBSS package in your browser

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

SpatialBSS documentation built on July 26, 2023, 5:37 p.m.