-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
65 lines (64 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
export(Mx1HaploClass)
export(averageMips)
export(batch.plotter.wrapper)
export(batch.plotter.wrapper.new)
export(batched.plotter)
export(col.switch)
export(csv.maker)
export(diallelMatrixMakeAndRotate)
export(diallelMatrixMaker)
export(dot.plotter)
export(hpd.plotter)
export(imputeMissing)
export(inner.plotter)
export(lettersToNumbers)
export(make.matches)
export(makeRotationMatrix)
export(mcmc.stack.and.burn)
export(plotBatchEffects)
export(plotMips)
export(plotMipsOverMIMPs)
export(plotVarps)
export(poe.analyzer)
export(removeDots)
export(run.tr.diallel)
export(simplify.labels)
export(stackMatchReps)
export(sub.labels)
export(var.translate)
export(var.translate.glmm)
import(BayesDiallel)
import(cmdline)
import(configfile)
import(lattice)
import(methods)
import(tools)
importFrom(coda,as.mcmc)
importFrom(coda,nchain)
importFrom(coda,varnames)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,frame)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,complete.cases)
importFrom(stats,density)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,str)
importFrom(utils,write.csv)
importFrom(utils,write.csv2)