-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
68 lines (67 loc) · 1.4 KB
/
NAMESPACE
File metadata and controls
68 lines (67 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
export(LeMansParam)
export(calc_LFI)
export(calc_LQ)
export(calc_M1)
export(calc_M1_constRNM)
export(calc_M1_lin)
export(calc_M1_stdRNM)
export(calc_M2)
export(calc_Q)
export(calc_SSB)
export(calc_TyL)
export(calc_biomass)
export(calc_growth)
export(calc_mature)
export(calc_phi)
export(calc_prefs)
export(calc_ration_growthfac)
export(calc_recruits)
export(calc_suit_vect)
export(comb_LeMans_run)
export(get_CPG)
export(get_CPUE)
export(get_LFI)
export(get_LQ)
export(get_M1)
export(get_MML)
export(get_N0)
export(get_Q)
export(get_SSB)
export(get_TyL)
export(get_annual_catch)
export(get_biomass)
export(get_indicators)
export(get_rec_fun)
export(knife_edge_catch)
export(log_gaussian_catch)
export(logistic_catch)
export(make_rec_fun)
export(plot_LFI)
export(plot_LQ)
export(plot_MML)
export(plot_SSB)
export(plot_TyL)
export(plot_biomass)
export(plot_indicators)
export(rec_BH)
export(rec_Ricker)
export(rec_const)
export(rec_hockey)
export(rec_linear)
export(run_LeMans)
exportClasses(LeMans_outputs)
exportClasses(LeMans_param)
importFrom(Rcpp,evalCpp)
importFrom(abind,abind)
importFrom(grDevices,rainbow)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,dlnorm)
importFrom(stats,weighted.mean)
useDynLib(LeMaRns, .registration=TRUE)