X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=NAMESPACE;h=082383304a07ab92cc363cf615fadc006bf9ab77;hb=b0d1251527d8dd48ca1703b1cfaf217f413eda0e;hp=6951d4220e1129fbdf6f8cf220e533cee2853e34;hpb=0875d81d5ba5e6dfe79d42c21b0284b674c73949;p=ape.git diff --git a/NAMESPACE b/NAMESPACE index 6951d42..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) @@ -24,3 +24,6 @@ S3method("[", DNAbin) S3method(labels, DNAbin) S3method(as.character, DNAbin) S3method(as.matrix, DNAbin) +S3method(c, DNAbin) +S3method(image, DNAbin) +S3method(as.list, DNAbin)