-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
73 lines (72 loc) · 1.74 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
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
S3method(plot,ehh)
S3method(plot,ehhs)
S3method(plot,furcation)
S3method(plot,haplen)
S3method(plot,haplohh)
S3method(subset,haplohh)
export(as.newick)
export(calc_candidate_regions)
export(calc_ehh)
export(calc_ehhs)
export(calc_furcation)
export(calc_haplen)
export(calc_pairwise_haplen)
export(calc_region_stats)
export(calc_sfs_tests)
export(data2haplohh)
export(distribplot)
export(extract_regions)
export(freqbinplot)
export(haplohh2sweepfinder)
export(ies2xpehh)
export(ihh2ihs)
export(ines2rsb)
export(make.example.files)
export(manhattanplot)
export(remove.example.files)
export(scan_hh)
export(scan_hh_full)
export(update_haplohh)
exportClasses(furcation)
exportClasses(haplen)
exportClasses(haplohh)
exportMethods(chr.name)
exportMethods(hap.names)
exportMethods(haplo)
exportMethods(mrk.names)
exportMethods(nhap)
exportMethods(nmrk)
exportMethods(positions)
import(rehh.data)
importFrom(grDevices,adjustcolor)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,curve)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,validObject)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,pnorm)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,read.table)
importFrom(utils,unzip)
useDynLib(rehh, .registration = TRUE)