-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export(HapdoseToHapname)
export(HapnameToHapdose)
export(LD_decay)
export(QQ.plot)
export(calc.K)
export(comp.skyplot)
export(dosP2Bfreq)
export(dosage.X)
export(hue_wheel)
export(impute.knn)
export(imputeNA)
export(map.QTL)
export(pcoa.plot)
export(pheno_box)
export(plot_LD)
export(sample.marker)
export(skyplot)
export(thr.LiJi)
importFrom(grDevices,axisTicks)
importFrom(grDevices,col2rgb)
importFrom(grDevices,palette)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(stats,cmdscale)
importFrom(stats,cor)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,pbeta)
importFrom(stats,pf)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(utils,combn)