R/RcppExports.R

Defines functions timesTwo .doRowMax .doRowMin .ppmax .ppmin .doSpmax .doSpmin

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

#' @export
NULL

.doSpmin <- function(x, y) {
    .Call('_CENFA_doSpmin', PACKAGE = 'CENFA', x, y)
}

.doSpmax <- function(x, y) {
    .Call('_CENFA_doSpmax', PACKAGE = 'CENFA', x, y)
}

.ppmin <- function(x, y, narm) {
    .Call('_CENFA_ppmin', PACKAGE = 'CENFA', x, y, narm)
}

.ppmax <- function(x, y, narm) {
    .Call('_CENFA_ppmax', PACKAGE = 'CENFA', x, y, narm)
}

.doRowMin <- function(x, narm) {
    .Call('_CENFA_doRowMin', PACKAGE = 'CENFA', x, narm)
}

.doRowMax <- function(x, narm) {
    .Call('_CENFA_doRowMax', PACKAGE = 'CENFA', x, narm)
}

timesTwo <- function(x) {
    .Call('_CENFA_timesTwo', PACKAGE = 'CENFA', x)
}

Try the CENFA package in your browser

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

CENFA documentation built on Aug. 16, 2021, 9:06 a.m.