]> git.donarmstrong.com Git - ape.git/blobdiff - NAMESPACE
updates for ape 2.2-3
[ape.git] / NAMESPACE
index 18ed656695aad2e6021e9dea95ced3255d94fc9e..01e3dcaf55a448ba34a5d9881d56ddcd9bdd5c44 100644 (file)
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,12 +1,14 @@
 useDynLib(ape)
 
-export(as.DNAbin, as.phylo, base.freq, dist.dna, dist.nodes, drop.tip, ltt.plot, nj, rcoal, rtree, rmtree, read.dna, read.nexus, read.tree, vcv.phylo, write.dna, write.nexus, write.tree)
+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)