R/RcppExports.R

Defines functions .indexTranspose .assignValues .contigCells

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

.contigCells <- function(pt, bgr, mtx) {
    .Call('_landscapeR_contigCells_cpp', PACKAGE = 'landscapeR', pt, bgr, mtx)
}

.assignValues <- function(val, ad, mtx) {
    .Call('_landscapeR_assignValues_cpp', PACKAGE = 'landscapeR', val, ad, mtx)
}

.indexTranspose <- function(id, dim1, dim2) {
    .Call('_landscapeR_indexTranspose_cpp', PACKAGE = 'landscapeR', id, dim1, dim2)
}
dariomasante/landscapeR documentation built on June 5, 2021, 10:47 a.m.