File: RcppExports.R

package info (click to toggle)
r-cran-ape 5.8-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,676 kB
  • sloc: ansic: 7,676; cpp: 116; sh: 17; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

bipartition2 <- function(orig, nTips) {
    .Call(`_ape_bipartition2`, orig, nTips)
}

prop_part2 <- function(trees, nTips) {
    .Call(`_ape_prop_part2`, trees, nTips)
}

reorderRcpp <- function(orig, nTips, root, order) {
    .Call(`_ape_reorderRcpp`, orig, nTips, root, order)
}