R/RcppExports.R

Defines functions replug_dist tbr_dist uspr_dist

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

uspr_dist <- function(tree1, tree2, useTbrApproxEstimate, useTbrEstimate, useReplugEstimate) {
    .Call('_TBRDist_uspr_dist', PACKAGE = 'TBRDist', tree1, tree2, useTbrApproxEstimate, useTbrEstimate, useReplugEstimate)
}

tbr_dist <- function(tree1, tree2, printMafs, countMafs, optimize, protectB, exact, approximate) {
    .Call('_TBRDist_tbr_dist', PACKAGE = 'TBRDist', tree1, tree2, printMafs, countMafs, optimize, protectB, exact, approximate)
}

replug_dist <- function(tree1, tree2) {
    .Call('_TBRDist_replug_dist', PACKAGE = 'TBRDist', tree1, tree2)
}

Try the TBRDist package in your browser

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

TBRDist documentation built on Sept. 17, 2020, 5:07 p.m.