Nothing
# 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.