R/RcppExports.R

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

stl_sort <- function(x) {
    .Call('LANDD_stl_sort', PACKAGE = 'LANDD', x)
}

normalizeInput <- function(x) {
    invisible(.Call('LANDD_normalizeInput', PACKAGE = 'LANDD', x))
}

#' Normalize the input Matrix
#' 
#' @param x A numeric matrix
#' @export
normalizeInputMatrix <- function(x) {
    .Call('LANDD_normalizeInputMatrix', PACKAGE = 'LANDD', x)
}
qsz13/LANDD documentation built on May 26, 2019, 12:34 p.m.