-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
140 lines (139 loc) · 3.14 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Generated by roxygen2: do not edit by hand
S3method(max,advector)
S3method(min,advector)
S3method(plot,MARSprof)
S3method(plot,MARSretro)
S3method(profile,MARSassess)
S3method(report,MARSassess)
S3method(report,MARSretro)
S3method(residuals,MARSassess)
S3method(simulate,MARSassess)
S3method(summary,MARSassess)
S3method(summary,MARSretro)
export(CondExpEq)
export(CondExpGe)
export(CondExpGt)
export(CondExpLe)
export(CondExpLt)
export(calc_F)
export(calc_HSP)
export(calc_LAK)
export(calc_NPR)
export(calc_POP)
export(calc_eqdist)
export(calc_fsel_age)
export(calc_growth)
export(calc_index)
export(calc_isel_age)
export(calc_nextN)
export(calc_phi_project)
export(calc_phi_simple)
export(calc_population)
export(calc_recruitment)
export(calc_sel_len)
export(check_data)
export(check_parameters)
export(conv_Sigma)
export(conv_mov)
export(conv_selpar)
export(fit_MARS)
export(get_MARSdata)
export(get_sdreport)
export(like_CKMR)
export(like_comp)
export(make_map)
export(make_parameters)
export(max.advector)
export(min.advector)
export(optimize_RTMB)
export(plot_B)
export(plot_CAA)
export(plot_CAL)
export(plot_Ffleet)
export(plot_Fstock)
export(plot_IAA)
export(plot_IAL)
export(plot_N)
export(plot_R)
export(plot_Rdev)
export(plot_S)
export(plot_SC)
export(plot_SRR)
export(plot_V)
export(plot_catch)
export(plot_index)
export(plot_mov)
export(plot_recdist)
export(plot_self)
export(plot_seli)
export(plot_selstock)
export(plot_tagmov)
export(posfun)
export(prior_M)
export(prior_h)
export(prior_q)
export(report)
export(retrospective)
export(sapply2)
export(softmax)
exportClasses(DCKMR)
exportClasses(Dfishery)
exportClasses(Dlabel)
exportClasses(Dmodel)
exportClasses(Dstock)
exportClasses(Dsurvey)
exportClasses(Dtag)
exportClasses(MARSassess)
exportClasses(MARSdata)
import(RTMB)
import(snowfall)
importFrom(TMB,summary.sdreport)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(gplots,rich.colors)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,filled.contour)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matlines)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(methods,"slot<-")
importFrom(methods,callNextMethod)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(methods,setOldClass)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(pbapply,pblapply)
importFrom(reshape2,acast)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rmarkdown,render)
importFrom(stats,approx)
importFrom(stats,nlminb)
importFrom(stats,optimHess)
importFrom(stats,profile)
importFrom(stats,residuals)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,simulate)
importFrom(stats,uniroot)
importFrom(utils,browseURL)
importFrom(utils,globalVariables)
importFrom(utils,packageVersion)