R/RcppExports.R

Defines functions stl_sort normalizeInput normalizeInputMatrix

Documented in normalizeInputMatrix

# 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)
}

Try the LANDD package in your browser

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

LANDD documentation built on May 1, 2019, 8:12 p.m.