-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
export("setLocusNames<-")
export(add.gaps)
export(concatenate)
export(dist.multidna)
export(getLocusNames)
export(getNumInd)
export(getNumLoci)
export(getNumSequences)
export(getSequenceNames)
export(getSequences)
export(getTree)
export(multidna2alignment)
export(multidna2genind)
export(multidna2multiphyDat)
export(multiphyDat2alignment)
export(multiphyDat2genind)
export(multiphyDat2multidna)
export(read.multiFASTA)
export(read.multidna)
export(read.multiphyDat)
export(rm.gaps)
exportClasses(multidna)
exportClasses(multiphyDat)
exportMethods("[")
exportMethods("setLocusNames<-")
exportMethods(add.gaps)
exportMethods(concatenate)
exportMethods(getLocusNames)
exportMethods(getNumInd)
exportMethods(getNumLoci)
exportMethods(getNumSequences)
exportMethods(getSequenceNames)
exportMethods(getSequences)
exportMethods(initialize)
exportMethods(plot)
exportMethods(rm.gaps)
exportMethods(show)
import(ape)
import(methods)
import(phangorn)
importFrom(adegenet,DNAbin2genind)
importFrom(adegenet,df2genind)
importFrom(graphics,image)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(stats,na.omit)
importFrom(utils,head)