R/RcppExports.R

Defines functions corSubsetPairs boxM_fast

Documented in boxM_fast corSubsetPairs

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

boxM_fast <- function(Y, group, method) {
    .Call('_decorate_boxM_fast', PACKAGE = 'decorate', Y, group, method)
}

corSubsetPairs <- function(Y, idxi, idxj) {
    .Call('_decorate_corSubsetPairs', PACKAGE = 'decorate', Y, idxi, idxj)
}
GabrielHoffman/decorate documentation built on May 23, 2023, 1:29 a.m.