-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
49 lines (42 loc) · 1.05 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
useDynLib(phyclust)
import(ape)
importFrom("graphics", "abline", "axis", "barplot", "lines", "par",
"plot", "rect")
importFrom("stats", "rmultinom")
importFrom("utils", "read.table", "write.table")
exportPattern("^[[:alpha:]]+")
# exportPattern("^[\\.]")
export(
.EMControl,
.show.option
)
S3method(print, ms)
S3method(print, phyclust)
S3method(print, Pt)
S3method(print, RRand)
S3method(print, seq.data)
S3method(print, seqgen)
S3method(print, baseml)
S3method(summary, phyclust)
S3method(acode2aid, default)
S3method(acode2aid, list)
S3method(aid2acode, default)
S3method(aid2acode, list)
S3method(cid2aid, default)
S3method(cid2aid, list)
S3method(code2nid, default)
S3method(code2nid, list)
S3method(code2snp, default)
S3method(code2snp, list)
S3method(nid2aid, default)
S3method(nid2aid, list)
S3method(nid2cid, default)
S3method(nid2cid, list)
S3method(nid2code, default)
S3method(nid2code, list)
S3method(sid2snp, default)
S3method(sid2snp, list)
S3method(snp2code, default)
S3method(snp2code, list)
S3method(snp2sid, default)
S3method(snp2sid, list)