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

Try the borrowr package in your browser

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

borrowr documentation built on Dec. 8, 2020, 5:08 p.m.