R/RcppExports.R

Defines functions DropTip NewTip

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

DropTip <- function(x, extinct) {
    .Call('_FARM_DropTip', PACKAGE = 'FARM', x, extinct)
}

NewTip <- function(x, parent, child, branch) {
    .Call('_FARM_NewTip', PACKAGE = 'FARM', x, parent, child, branch)
}
BrunoVilela/FARM documentation built on May 6, 2019, 8:48 a.m.