https://github.com/cran/ape
Raw File
Tip revision: 27d8ddf74f419ef4905122c58b1af5fa3bd6e5ba authored by Emmanuel Paradis on 17 May 2010, 00:00:00 UTC
version 2.5-2
Tip revision: 27d8ddf
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(labels, DNAbin)
S3method(as.character, DNAbin)
S3method(as.matrix, DNAbin)
back to top