https://github.com/cran/ape
Raw File
Tip revision: 493b4a46a1b73cee244043f96006931ee5e60798 authored by Emmanuel Paradis on 23 November 2009, 00:00:00 UTC
version 2.4-1
Tip revision: 493b4a4
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