R/RcppExports.R

Defines functions rcpp_read_tree rcpp_rarefy rcpp_alpha_div par_unifrac par_beta_div

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

par_beta_div <- function(mat, method, weighted) {
    .Call(`_rbiom_par_beta_div`, mat, method, weighted)
}

par_unifrac <- function(sparseMatrix, tree, weighted) {
    .Call(`_rbiom_par_unifrac`, sparseMatrix, tree, weighted)
}

rcpp_alpha_div <- function(sparseMatrix) {
    .Call(`_rbiom_rcpp_alpha_div`, sparseMatrix)
}

rcpp_rarefy <- function(sparseMatrix, depth, seed = 8675309L) {
    .Call(`_rbiom_rcpp_rarefy`, sparseMatrix, depth, seed)
}

rcpp_read_tree <- function(tree) {
    .Call(`_rbiom_rcpp_read_tree`, tree)
}

Try the rbiom package in your browser

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

rbiom documentation built on Nov. 5, 2021, 9:11 a.m.