-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
87 lines (83 loc) · 1.18 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
import("methods")
import("data.table")
import("FLCore")
import("ggplotFL")
import("foreach")
import("FLash")
importFrom("FLBRP",
"refpts",
"brp",
"FLBRP")
importFrom("utils",
"setTxtProgressBar")
importFrom("stats",
"coef",
"coefficients",
"lm",
"na.exclude",
"setNames",
"rf")
export(
"FLiem",
"effort.is",
"expandGrid",
"fixedF.hcr",
"fwd.om",
"getCtrl",
"goFish",
"gridList",
"hyperstability.fb",
"ices.hcr",
"movingF.hcr",
"mp",
"mpCtrl",
"mpDispatch",
"mpa.tm",
"mseCtrl",
"noise.iem",
"perfect.oem",
"perfect.sa",
"sampling.oem",
"tac.is")
exportClasses(
"FLiem",
"FLmse",
"FLoem",
"FLom",
"mpCtrl",
"mseCtrl")
exportMethods(
"args",
"args<-",
"ctrl.est",
"ctrl.est<-",
"ctrl.hcr",
"ctrl.hcr<-",
"ctrl.is",
"ctrl.is<-",
"ctrl.phcr",
"ctrl.phcr<-",
"ctrl.tm",
"ctrl.tm<-",
"deviances",
"deviances<-",
"exists",
"fleetBehaviour",
"fleetBehaviour<-",
"FLmse",
"FLoem",
"FLom",
"genArgs",
"genArgs<-",
"mcN",
"method",
"method<-",
"observations",
"observations<-",
"performance",
"projection",
"projection<-",
"refpts<-",
"sr<-",
"tracking",
"tracking<-")