X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=NAMESPACE;h=08f08996e6a84b74d053c6a599df7b790300b02a;hb=646d8be3497d656d95331e2c7f6bef5d2ff86b2c;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)