X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=NAMESPACE;h=08f08996e6a84b74d053c6a599df7b790300b02a;hb=0eea4e45fea5cbcd63d5b257578579d52970d68c;hp=01e3dcaf55a448ba34a5d9881d56ddcd9bdd5c44;hpb=bb09d4ad2968b941d673e6c6279c3b483d80ddeb;p=ape.git diff --git a/NAMESPACE b/NAMESPACE index 01e3dca..08f0899 100644 --- 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)