forked from r4ss/r4ss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
174 lines (173 loc) · 4.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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# Generated by roxygen2: do not edit by hand
export(DoProjectPlots)
export(NegLogInt_Fn)
export(PinerPlot)
export(SSMethod.Cond.TA1.8)
export(SSMethod.TA1.8)
export(SS_ForeCatch)
export(SS_RunJitter)
export(SS_changepars)
export(SS_doRetro)
export(SS_fitbiasramp)
export(SS_html)
export(SS_makeHTMLdiagnostictable)
export(SS_makedatlist)
export(SS_output)
export(SS_parlines)
export(SS_plots)
export(SS_profile)
export(SS_read_summary)
export(SS_readctl)
export(SS_readctl_3.24)
export(SS_readctl_3.30)
export(SS_readdat)
export(SS_readdat_2.00)
export(SS_readdat_3.00)
export(SS_readdat_3.24)
export(SS_readdat_3.30)
export(SS_readforecast)
export(SS_readpar_3.24)
export(SS_readpar_3.30)
export(SS_readstarter)
export(SS_readwtatage)
export(SS_recdevs)
export(SS_splitdat)
export(SS_tune_comps)
export(SS_varadjust)
export(SS_writectl)
export(SS_writectl_3.24)
export(SS_writectl_3.30)
export(SS_writedat)
export(SS_writedat_3.24)
export(SS_writedat_3.30)
export(SS_writeforecast)
export(SS_writepar_3.24)
export(SS_writepar_3.30)
export(SS_writestarter)
export(SS_writewtatage)
export(SSbiologytables)
export(SSbootstrap)
export(SSexecutivesummary)
export(SSgetMCMC)
export(SSgetoutput)
export(SSmakeMmatrix)
export(SSmohnsrho)
export(SSplotAgeMatrix)
export(SSplotBiology)
export(SSplotCatch)
export(SSplotCohortCatch)
export(SSplotComparisons)
export(SSplotComps)
export(SSplotData)
export(SSplotDiscard)
export(SSplotIndices)
export(SSplotMCMC_ExtraSelex)
export(SSplotMnwt)
export(SSplotMovementMap)
export(SSplotMovementRates)
export(SSplotNumbers)
export(SSplotPars)
export(SSplotProfile)
export(SSplotRecdevs)
export(SSplotRecdist)
export(SSplotRetroRecruits)
export(SSplotSPR)
export(SSplotSelex)
export(SSplotSexRatio)
export(SSplotSpawnrecruit)
export(SSplotSummaryF)
export(SSplotTags)
export(SSplotTimeseries)
export(SSplotYield)
export(SSsummarize)
export(SStableComparisons)
export(SSunavailableSpawningOutput)
export(TSCplot)
export(copy_SS_inputs)
export(getADMBHessian)
export(get_SIS_info)
export(make_multifig)
export(make_multifig_sexratio)
export(mcmc.nuisance)
export(mcmc.out)
export(mountains)
export(populate_multiple_folders)
export(read.admbFit)
export(rich.colors.short)
export(run_SS_models)
export(selShapes)
export(stackpoly)
import(coda)
import(kableExtra)
importFrom(corpcor,pseudoinverse)
importFrom(gdata,write.fwf)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,graphics.off)
importFrom(grDevices,gray)
importFrom(grDevices,grey)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(grDevices,topo.colors)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,curve)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,persp)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,acf)
importFrom(stats,aggregate)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,qbeta)
importFrom(stats,qchisq)
importFrom(stats,qlnorm)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,window)
importFrom(utils,browseURL)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,packageDescription)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,type.convert)
importFrom(utils,write.csv)
importFrom(utils,write.table)