-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
90 lines (89 loc) · 1.96 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Generated by roxygen2: do not edit by hand
S3method(plot,haploAccum)
S3method(plot,ordinDNA)
S3method(plot,slidWin)
export(bestCloseMatch)
export(blockAlignment)
export(cgraph)
export(chaoHaplo)
export(checkDNA)
export(dataStat)
export(haploAccum)
export(heatmapSpp)
export(is.ambig)
export(localMinima)
export(maxInDist)
export(minInDist)
export(monophyly)
export(monophylyBoot)
export(nearNeighbour)
export(nonConDist)
export(nucDiag)
export(ordinDNA)
export(paa)
export(polyBalance)
export(rankSlidWin)
export(read.BOLD)
export(read.GB)
export(rmSingletons)
export(rnucDiag)
export(rosenberg)
export(search.BOLD)
export(seeBarcode)
export(seqStat)
export(slideAnalyses)
export(slideBoxplots)
export(slideNucDiag)
export(slidingWindow)
export(sppDist)
export(sppDistMatrix)
export(stats.BOLD)
export(tajima.K)
export(tclust)
export(threshID)
export(threshOpt)
export(tiporder)
export(titv)
export(tree.comp)
importFrom(ape,as.DNAbin)
importFrom(ape,boot.phylo)
importFrom(ape,di2multi)
importFrom(ape,dist.dna)
importFrom(ape,ladderize)
importFrom(ape,nj)
importFrom(ape,node.depth)
importFrom(ape,prop.part)
importFrom(ape,root)
importFrom(ape,rtree)
importFrom(ape,seg.sites)
importFrom(ape,unroot)
importFrom(ape,write.dna)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,bxp)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matlines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(pegas,haplotype)
importFrom(stats,aggregate)
importFrom(stats,cmdscale)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(utils,as.roman)
importFrom(utils,combn)
importFrom(utils,head)