-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
export("%!in%")
export(TMBAIC)
export(TMBphase)
export(build_M1)
export(build_bounds)
export(build_dat)
export(build_hcr)
export(build_hcr_map)
export(build_hcr_map_projection)
export(build_map)
export(build_params)
export(build_srr)
export(clean_data)
export(combine_data)
export(equilibrate_and_project)
export(fit_mod)
export(fit_tmb)
export(isNullPointer)
export(load_mse)
export(model_average)
export(mse_run_parallel)
export(mse_summary)
export(plot_b_eaten)
export(plot_b_eaten_prop)
export(plot_biomass)
export(plot_catch)
export(plot_comp)
export(plot_depletion)
export(plot_depletionSSB)
export(plot_f)
export(plot_form)
export(plot_index)
export(plot_indexresidual)
export(plot_logindex)
export(plot_m2_at_age_prop)
export(plot_m_at_age)
export(plot_maturity)
export(plot_mortality)
export(plot_ration)
export(plot_recruitment)
export(plot_selectivity)
export(plot_selectivity_vs_maturity)
export(plot_ssb)
export(plot_stock_recruit)
export(project_trend)
export(read_data)
export(rearrange_dat)
export(registerFinalizer)
export(remove_F)
export(remove_rec_dev_and_F)
export(retrospective)
export(rich.colors.short)
export(sim_mod)
export(t_col)
export(write_data)
export(write_results)
useDynLib(Rceattle, .registration=TRUE); useDynLib(ceattle_v01_10)