R/RcppExports.R

Defines functions matchesToCor priortree

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

priortree <- function(cut_lens, alpha = 0.95, beta = 2) {
    .Call('_borrowr_priortree', PACKAGE = 'borrowr', cut_lens, alpha, beta)
}

matchesToCor <- function(x) {
    .Call('_borrowr_matchesToCor', PACKAGE = 'borrowr', x)
}
jeffrey-boatman/combr documentation built on Oct. 23, 2020, 3:07 p.m.