-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
executable file
·52 lines (51 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export(Recr)
export(Recr_mat)
export(baranov_f)
export(close_areas)
export(combine_logs)
export(create_fields)
export(create_hab)
export(create_spawn_hab)
export(define_spawn)
export(deg2rad)
export(delay_diff)
export(distance_calc)
export(distance_calcR)
export(find_f)
export(find_spat_f)
export(find_spat_f_naive)
export(find_spat_f_pops)
export(get_bearing)
export(go_fish)
export(go_fish_fleet)
export(init_closure)
export(init_fleet)
export(init_moveCov)
export(init_pop)
export(init_sim)
export(init_survey)
export(logistic)
export(make_step)
export(move_population)
export(move_prob)
export(move_prob_Lst)
export(norm_fun)
export(plot_catch_comp)
export(plot_daily_fdyn)
export(plot_fleet_trip)
export(plot_habitat)
export(plot_pop_summary)
export(plot_realised_stepF)
export(plot_spatiotemp_hab)
export(plot_survey)
export(plot_vessel_move)
export(rad2deg)
export(run_sim)
export(step_length)
export(sum_fleet_catches)
export(sum_fleets_catches)
export(test_step)
export(use_past_knowledge)
importFrom(Rcpp,sourceCpp)
useDynLib(MixFishSim)