]> git.donarmstrong.com Git - ape.git/blob - NAMESPACE
final commit for ape 3.0-8
[ape.git] / NAMESPACE
1 useDynLib(ape)
2
3 exportPattern(".+")
4
5 import(nlme)
6 importFrom(lattice, xyplot, panel.lines, panel.points)
7 importFrom(stats, as.hclust, cophenetic, reorder)
8
9 S3method(print, phylo)
10 S3method(plot, phylo)
11 S3method(cophenetic, phylo)
12 S3method(as.hclust, phylo)
13 S3method(reorder, phylo)
14 S3method(print, multiPhylo)
15 S3method(plot, multiPhylo)
16 S3method("[", multiPhylo)
17 S3method("[[", multiPhylo)
18 S3method("$", multiPhylo)
19 S3method(unique, multiPhylo)
20 S3method(print, DNAbin)
21 S3method(cbind, DNAbin)
22 S3method(rbind, DNAbin)
23 S3method("[", DNAbin)
24 S3method(labels, DNAbin)
25 S3method(as.character, DNAbin)
26 S3method(as.matrix, DNAbin)
27 S3method(c, DNAbin)
28 S3method(image, DNAbin)
29 S3method(as.list, DNAbin)