-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.12 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(c_truncauchy)
export(concatNexus)
export(conflate)
export(crossplot)
export(density_fun)
export(fasta2nexus)
export(findParams)
export(lognormalBeast)
export(measureSimil)
export(mswd.test)
export(stratCI)
export(summaryBrlen)
export(table2nexus)
export(tnt2newick)
export(topoFreq)
export(xintercept)
importFrom(Rfit,rfit)
importFrom(ape,dist.topo)
importFrom(ape,makeNodeLabel)
importFrom(ape,root)
importFrom(ape,unroot)
importFrom(boot,boot)
importFrom(coda,HPDinterval)
importFrom(coda,mcmc)
importFrom(graphics,abline)
importFrom(graphics,curve)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(stats,approxfun)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,density)
importFrom(stats,dlnorm)
importFrom(stats,ecdf)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(utils,read.delim)
importFrom(utils,write.table)