R/RcppExports.R

Defines functions sortUniqueC subChrIntC pointInGeomC

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

pointInGeomC <- function(vert, geom, invert) {
    .Call('_geometr_pointInGeomC', PACKAGE = 'geometr', vert, geom, invert)
}

subChrIntC <- function(mat, replace, with) {
    .Call('_geometr_subChrIntC', PACKAGE = 'geometr', mat, replace, with)
}

sortUniqueC <- function(x) {
    .Call('_geometr_sortUniqueC', PACKAGE = 'geometr', x)
}

Try the geometr package in your browser

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

geometr documentation built on Sept. 21, 2021, 1:07 a.m.