-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(calc_geneplot_spdfs)
export(calc_logprob)
export(calc_spdfs)
export(extended_geneplot)
export(geneplot)
export(plot_geneplot_spdfs)
export(plot_logprob)
export(prepare_plot_params)
export(read_genepop_format)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(stats,dbeta)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,integrate)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,rgamma)
importFrom(stats,rmultinom)
importFrom(stats,uniroot)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)
useDynLib(geneplot)