R/RcppExports.R

Defines functions rcpp_lacunarity2 rcpp_lacunarity

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

rcpp_lacunarity <- function(mat, w_vec, fun, mode, ncores = 1L, display_progress = FALSE) {
    .Call(`_spatLac_rcpp_lacunarity`, mat, w_vec, fun, mode, ncores, display_progress)
}

rcpp_lacunarity2 <- function(mat, r_vec, fun, ncores = 1L, display_progress = FALSE) {
    .Call(`_spatLac_rcpp_lacunarity2`, mat, r_vec, fun, ncores, display_progress)
}
STBrinkmann/spatLac documentation built on Feb. 13, 2022, 8:21 a.m.