]> git.donarmstrong.com Git - ape.git/blobdiff - NAMESPACE
modified ace( method = ...)
[ape.git] / NAMESPACE
index 01e3dcaf55a448ba34a5d9881d56ddcd9bdd5c44..08f08996e6a84b74d053c6a599df7b790300b02a 100644 (file)
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -5,6 +5,7 @@ exportPattern(".+")
 import(gee, nlme)
 importFrom(lattice, xyplot, panel.lines, panel.points)
 importFrom(stats, as.hclust, cophenetic, reorder)
+importFrom(expm, expm)
 
 S3method(print, phylo)
 S3method(plot, phylo)
@@ -21,5 +22,6 @@ S3method(print, DNAbin)
 S3method(cbind, DNAbin)
 S3method(rbind, DNAbin)
 S3method("[", DNAbin)
-S3method(summary, DNAbin)
+S3method(labels, DNAbin)
 S3method(as.character, DNAbin)
+S3method(as.matrix, DNAbin)