-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
40 lines (39 loc) · 999 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,calc_genoprob)
S3method(plot,scan1)
S3method(plot,scan1coef)
export(plot_coef)
export(plot_coefCC)
export(plot_genes)
export(plot_genoprob)
export(plot_genoprobcomp)
export(plot_onegeno)
export(plot_peaks)
export(plot_pxg)
export(plot_scan1)
export(plot_snpasso)
export(xpos_scan1)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,gray)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(qtl2scan,subset_scan1)
importFrom(stats,lm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
useDynLib(qtl2plot, .registration=TRUE)