R/RcppExports.R

Defines functions isLabelName nRoots tabulateTips nTipsSafe nTipsFastCpp hasSingleton hasPolytomy tipsSafe tipsFast getAllNodesSafe getAllNodesFast testEqInt all_naC any_naC nb_naC getRange hasDuplicatedLabelsCpp edgeIdCpp checkTreeCpp

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

isLabelName <- function(lblToCheck, lbl) {
    .Call('phylobase_isLabelName', PACKAGE = 'phylobase', lblToCheck, lbl)
}

nRoots <- function(ances) {
    .Call('phylobase_nRoots', PACKAGE = 'phylobase', ances)
}

tabulateTips <- function(ances) {
    .Call('phylobase_tabulateTips', PACKAGE = 'phylobase', ances)
}

nTipsSafe <- function(ances) {
    .Call('phylobase_nTipsSafe', PACKAGE = 'phylobase', ances)
}

nTipsFastCpp <- function(ances) {
    .Call('phylobase_nTipsFastCpp', PACKAGE = 'phylobase', ances)
}

hasSingleton <- function(ances) {
    .Call('phylobase_hasSingleton', PACKAGE = 'phylobase', ances)
}

hasPolytomy <- function(ances) {
    .Call('phylobase_hasPolytomy', PACKAGE = 'phylobase', ances)
}

tipsSafe <- function(ances, desc) {
    .Call('phylobase_tipsSafe', PACKAGE = 'phylobase', ances, desc)
}

tipsFast <- function(ances) {
    .Call('phylobase_tipsFast', PACKAGE = 'phylobase', ances)
}

getAllNodesSafe <- function(edge) {
    .Call('phylobase_getAllNodesSafe', PACKAGE = 'phylobase', edge)
}

getAllNodesFast <- function(edge) {
    .Call('phylobase_getAllNodesFast', PACKAGE = 'phylobase', edge)
}

testEqInt <- function(x, y) {
    .Call('phylobase_testEqInt', PACKAGE = 'phylobase', x, y)
}

all_naC <- function(x) {
    .Call('phylobase_all_naC', PACKAGE = 'phylobase', x)
}

any_naC <- function(x) {
    .Call('phylobase_any_naC', PACKAGE = 'phylobase', x)
}

nb_naC <- function(x) {
    .Call('phylobase_nb_naC', PACKAGE = 'phylobase', x)
}

getRange <- function(x, na_rm) {
    .Call('phylobase_getRange', PACKAGE = 'phylobase', x, na_rm)
}

hasDuplicatedLabelsCpp <- function(label) {
    .Call('phylobase_hasDuplicatedLabelsCpp', PACKAGE = 'phylobase', label)
}

edgeIdCpp <- function(edge, type) {
    .Call('phylobase_edgeIdCpp', PACKAGE = 'phylobase', edge, type)
}

checkTreeCpp <- function(obj, opts) {
    .Call('phylobase_checkTreeCpp', PACKAGE = 'phylobase', obj, opts)
}

Try the phylobase package in your browser

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

phylobase documentation built on March 26, 2020, 7:44 p.m.