-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 810 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(add_unequal_vectors)
export(beverton_holt)
export(custom_habitat_template)
export(fill_output)
export(get_dams)
export(get_govt)
export(get_region)
export(get_rivers)
export(lower95)
export(make_downstream)
export(make_eggs)
export(make_eggs_rh)
export(make_habitat)
export(make_iteroparity)
export(make_lat)
export(make_maxage)
export(make_mortality)
export(make_output)
export(make_pop)
export(make_postspawn)
export(make_recruits)
export(make_s_spawn)
export(make_spawners)
export(make_spawnrecruit)
export(make_spawnrecruit_rh)
export(project_pop)
export(sim_juvenile_s)
export(sim_pop)
export(upper95)
export(write_output)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(truncnorm,rtruncnorm)