-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
89 lines (87 loc) · 1.16 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
88
89
import("methods")
import("FLCore")
import("ggplotFL")
importFrom("ggplot2",
"aes",
"facet_grid",
"geom_bar",
"geom_line",
"theme",
"xlab",
"ylab",
"ylim")
importFrom("stats",
"setNames")
exportClasses(
"FLCatch",
"FLCatches",
"FLFishery",
"FLFisheries"
)
export(
"guessfcb",
"fcb2int"
)
exportMethods(
"[",
"[[<-",
"as.FLStock",
"FLCatch",
"FLCatches",
"FLFisheries",
"FLFishery",
"capacity",
"capacity<-",
"catch",
"catch",
"catch.n",
"catch.q",
"catch.q<-",
"catch.sel",
"catch.sel<-",
"catch.wt",
"ccost",
"cost",
"cpue",
"crewshare",
"crewshare<-",
"dim",
"discards",
"discards.n",
"discards.n<-",
"discards.ratio",
"discards.sel",
"discards.wt",
"discards.wt<-",
"effort",
"effort<-",
"FCB",
"fcost",
"fcost<-",
"fwdWindow",
"harvest",
"harvests",
"hperiod",
"hperiod<-",
"landings",
"landings.n",
"landings.n<-",
"landings.sel",
"landings.wt",
"landings.wt<-",
"lrevenue",
"model",
"model<-",
"orevenue",
"orevenue<-",
"params",
"params<-",
"price",
"price<-",
"profit",
"propagate",
"show",
"summary",
"vcost",
"vcost<-"
)