R/RcppExports.R

Defines functions timesTwo checkRegionCPP getRegionCPP

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

getRegionCPP <- function(x, y) {
    .Call('_rgm_getRegionCPP', PACKAGE = 'rgm', x, y)
}

checkRegionCPP <- function(x, y) {
    .Call('_rgm_checkRegionCPP', PACKAGE = 'rgm', x, y)
}

timesTwo <- function(x) {
    .Call('_rgm_timesTwo', PACKAGE = 'rgm', x)
}

Try the rgm package in your browser

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

rgm documentation built on May 29, 2024, 9:39 a.m.