-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
export(AgeToLengthComp)
export(LFreq_df)
export(age_length)
export(calc_derived_quants)
export(calc_equil_abund)
export(calc_msy)
export(calc_ref)
export(create_inputs)
export(create_lh_list)
export(format_input)
export(generate_data)
export(getFt)
export(get_converged)
export(model_paths)
export(mytheme)
export(plot_LCfits)
export(plot_output)
export(print_letter)
export(read_sdreport)
export(run_LIME)
export(run_stacking)
export(sim_pop)
importFrom(TMB,MakeADFun)
importFrom(TMB,sdreport)
importFrom(TMBhelper,Optimize)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(stats,optimize)
importFrom(stats,pnorm)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,uniroot)
importFrom(utils,write.csv)
useDynLib(LIME)