https://github.com/cran/ape
Raw File
Tip revision: d3d75f3c4c2f158d8918d871162cb84dbb8ca16f authored by Emmanuel Paradis on 09 September 2009, 00:00:00 UTC
version 2.3-3
Tip revision: d3d75f3
NAMESPACE
useDynLib(ape)

exportPattern(".+")

import(gee, nlme)
importFrom(lattice, xyplot, panel.lines, panel.points)
importFrom(stats, as.hclust, cophenetic, reorder)

S3method(print, phylo)
S3method(plot, phylo)
S3method(cophenetic, phylo)
S3method(as.hclust, phylo)
S3method(reorder, phylo)
S3method(print, multiPhylo)
S3method(plot, multiPhylo)
S3method("[", multiPhylo)
S3method("[[", multiPhylo)
S3method("$", multiPhylo)
S3method(unique, multiPhylo)
S3method(print, DNAbin)
S3method(cbind, DNAbin)
S3method(rbind, DNAbin)
S3method("[", DNAbin)
S3method(summary, DNAbin)
S3method(as.character, DNAbin)
back to top