R/RcppExports.R

Defines functions spatial_filtering sp_pred sequ radio_par get_ngbs complete_obs

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

complete_obs <- function(m, dimn) {
    .Call(`_rsatExtra_complete_obs`, m, dimn)
}

get_ngbs <- function(i, w, nrow, ncol) {
    .Call(`_rsatExtra_get_ngbs`, i, w, nrow, ncol)
}

radio_par <- function(x, y, dims, w) {
    .Call(`_rsatExtra_radio_par`, x, y, dims, w)
}

sequ <- function(n) {
    .Call(`_rsatExtra_sequ`, n)
}

sp_pred <- function(ref, img, dims, w, nng, spwgt) {
    .Call(`_rsatExtra_sp_pred`, ref, img, dims, w, nng, spwgt)
}

spatial_filtering <- function(f1, f2, fdims, w, wg, nsim) {
    .Call(`_rsatExtra_spatial_filtering`, f1, f2, fdims, w, wg, nsim)
}
mmontesinosanmartin/rsatExtra documentation built on Feb. 11, 2021, 12:17 p.m.