https://github.com/cran/ape
Raw File
Tip revision: 1330e272d62c723b8073c95b066950b294f59697 authored by Emmanuel Paradis on 20 October 2012, 00:00:00 UTC
version 3.0-6
Tip revision: 1330e27
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