R/RcppExports.R

Defines functions mkP4st_cpp parseInterPerm_cpp parseInter_cpp getValues_cpp countMatches_cpp

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

countMatches_cpp <- function(inter) {
    .Call('_mapi_countMatches_cpp', PACKAGE = 'mapi', inter)
}

getValues_cpp <- function(cells, inter, weights, values) {
    .Call('_mapi_getValues_cpp', PACKAGE = 'mapi', cells, inter, weights, values)
}

parseInter_cpp <- function(cells, inter, weights, values) {
    .Call('_mapi_parseInter_cpp', PACKAGE = 'mapi', cells, inter, weights, values)
}

parseInterPerm_cpp <- function(cells, inter, weights, values) {
    .Call('_mapi_parseInterPerm_cpp', PACKAGE = 'mapi', cells, inter, weights, values)
}

mkP4st_cpp <- function(r, N, ecc) {
    .Call('_mapi_mkP4st_cpp', PACKAGE = 'mapi', r, N, ecc)
}

Try the mapi package in your browser

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

mapi documentation built on Jan. 19, 2022, 5:06 p.m.