R/RcppExports.R

Defines functions contourWalker convexHullAM_Indexes convexHullAM_Points

Documented in contourWalker convexHullAM_Indexes convexHullAM_Points

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

contourWalker <- function(dm, xyz, levels, criticalRatio = 10.0, maximumPertubation = 1e-5) {
    .Call('contoureR_contourWalker', PACKAGE = 'contoureR', dm, xyz, levels, criticalRatio, maximumPertubation)
}

convexHullAM_Indexes <- function(x, y, includeColinear = FALSE, zeroBased = TRUE) {
    .Call('contoureR_convexHullAM_Indexes', PACKAGE = 'contoureR', x, y, includeColinear, zeroBased)
}

convexHullAM_Points <- function(x, y, includeColinear = FALSE) {
    .Call('contoureR_convexHullAM_Points', PACKAGE = 'contoureR', x, y, includeColinear)
}

Try the contoureR package in your browser

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

contoureR documentation built on May 2, 2019, 12:08 p.m.