X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=NAMESPACE;h=082383304a07ab92cc363cf615fadc006bf9ab77;hb=refs%2Fheads%2Fmaster;hp=01e3dcaf55a448ba34a5d9881d56ddcd9bdd5c44;hpb=bb09d4ad2968b941d673e6c6279c3b483d80ddeb;p=ape.git diff --git a/NAMESPACE b/NAMESPACE index 01e3dca..0823833 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -2,7 +2,7 @@ useDynLib(ape) exportPattern(".+") -import(gee, nlme) +import(nlme) importFrom(lattice, xyplot, panel.lines, panel.points) importFrom(stats, as.hclust, cophenetic, reorder) @@ -21,5 +21,9 @@ 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) +S3method(c, DNAbin) +S3method(image, DNAbin) +S3method(as.list, DNAbin)