https://github.com/cran/ape
Raw File
Tip revision: 896233843123720089ba02c12a01772044a04979 authored by Emmanuel Paradis on 29 March 2010, 00:00:00 UTC
version 2.5-1
Tip revision: 8962338
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