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)
}

Try the landscapeR package in your browser

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

landscapeR documentation built on April 12, 2025, 1:59 a.m.