-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
32 lines (25 loc) · 903 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
###########################################################################
# Shared object library load directives.
#
# Shared object library does not need to be called in the .onLoad function in
# zzz.r.
#
############################################################################
# Export directives. These directives export functions. S3 methods for
# classes declared in the package should be declared with the "S3method"
# directive.
#
## export(CausalRocCurve)
## export(GetRocMatrix)
export(SimCrossCausal)
export(GetCommonQtls)
export(CMSTtests)
export(CMSTtestsList)
## export(FitAllTests)
## export(CitTests)
## export(mySimulations)
##############################################################################
# S3method declarations. These will allow generic methods to function properly
# with functions such as "plot.qb" declared in the package.
#
## S3method(plot, qtlnet)