-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
58 lines (57 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
S3method("[",gip)
S3method(print,gip)
S3method(print,kin2L)
export(ELR)
export(coeffTable)
export(condensedIdentity)
export(condensedIdentityX)
export(constructPedigree)
export(detailed2condensed)
export(gKinship)
export(gip)
export(ibdDraw)
export(ibdTriangle)
export(identityCoefs)
export(inbreeding)
export(kappaIBD)
export(kin2deg)
export(kinship)
export(kinship2_inbreeding)
export(kinship2_kinship)
export(minimalPattern)
export(multiPersonIBD)
export(realisedIbdVariance)
export(showInTriangle)
export(twoLocusIBD)
export(twoLocusIdentity)
export(twoLocusInbreeding)
export(twoLocusKinship)
export(twoLocusPlot)
import(pedtools)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(kinship2,kinship)
importFrom(stats,integrate)
importFrom(stats,qchisq)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,read.table)
importFrom(utils,write.table)