-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
71 lines (70 loc) · 1.47 KB
/
NAMESPACE
File metadata and controls
71 lines (70 loc) · 1.47 KB
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
# Generated by roxygen2: do not edit by hand
export(FLBiols2List)
export(FLFleet2FLFishery)
export(MixME2FLStocks)
export(SAMassessment)
export(SAMimplementation)
export(beginParallel)
export(calculateQuotashare)
export(calculateSurvey)
export(catchBaranov)
export(checkRun)
export(combineOM)
export(combineTracking)
export(effortBaranov)
export(estMixME)
export(estRun)
export(fitSRMixME)
export(fwdMixME)
export(hcrFixedC)
export(hcrICES)
export(hcrMixME)
export(hcrRun)
export(isysForecast)
export(isysMixME)
export(isysRun)
export(iterMixME)
export(iterOM)
export(iterTracking)
export(makeFCB)
export(makeMixME)
export(makeTracking)
export(multiSAM2FLFishery)
export(multiSAM2FLFleet)
export(multiSAM2FLIndex)
export(multiSAM2FLR)
export(multiSAM2FLStock)
export(oemMixME)
export(oemRun)
export(phcrMixME)
export(plot_catchability)
export(plot_catches)
export(plot_discard_rates)
export(plot_effort)
export(plot_quotashare)
export(plot_selectivity)
export(plot_timeseries_MixME)
export(plot_trajectories_MixME)
export(plot_weights)
export(runMixME)
export(simMixME)
export(slot_fisheries)
export(stfMixME)
export(stockExceptionsMatrix)
export(summary_catch_MixME)
export(summary_effort_MixME)
export(summary_f_MixME)
export(summary_fbar_MixME)
export(summary_risk_MixME)
export(summary_ssb_MixME)
export(summary_uptake_MixME)
export(updateTrackingOM)
import(FLCore)
import(FLFishery)
import(FLasher)
import(TMB)
import(foreach)
import(mse)
importFrom(Rcpp,sourceCpp)
useDynLib(MixME)
useDynLib(TMBobj)