File: NAMESPACE

package info (click to toggle)
r-cran-distory 1.4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 220 kB
  • sloc: cpp: 905; ansic: 102; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
useDynLib(distory, .registration = TRUE)

export(bethe.tree, bin.multiPhylo, boot.samples.idxs,
       convert.table.to.idx, dist.multiPhylo, distinct.edges,
       edge.from.split, get.bipartition, gromov.hyperbolicity,
       lookup.samples, mcmc.target.seq, orthant.boundary.tree,
       partition.leaves, phylo.diff, position.leverage)

importFrom(graphics, par, plot)
importFrom(stats, as.dist, runif)
import(ape)