-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
164 lines (163 loc) · 3.85 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# Generated by roxygen2: do not edit by hand
S3method(adult_dynamics,BQ)
S3method(adult_dynamics,BQS)
S3method(aquatic_dynamics,basicL)
S3method(compute_G,BQ)
S3method(compute_G,BQS)
S3method(compute_Kbq,BQ)
S3method(compute_Kbq,BQS)
S3method(compute_Kqb,BQ)
S3method(compute_Kqb,BQS)
S3method(compute_V,BQ)
S3method(compute_V,BQS)
S3method(compute_diffs_L,basicL)
S3method(compute_diffs_M,BQ)
S3method(compute_diffs_M,BQS)
S3method(init_adult_model,BQ)
S3method(init_adult_model,BQS)
S3method(init_aquatic_model,basicL)
S3method(init_states_L,basicL)
S3method(init_states_M,BQ)
S3method(init_states_M,BQS)
S3method(make_all_graphs,BQ)
S3method(make_all_graphs,BQS)
S3method(make_movie,BQ)
S3method(make_movie,BQS)
S3method(make_tiles,BQ)
S3method(make_tiles,BQS)
S3method(plot_all_Psi,BQ)
S3method(plot_all_Psi,BQS)
S3method(plot_points,BQ)
S3method(plot_points,BQS)
S3method(save_states_L,basicL)
S3method(save_states_M,BQ)
S3method(save_states_M,BQS)
S3method(setup_adult_model,BQ)
S3method(setup_adult_model,BQS)
S3method(setup_aquatic_model,basicL)
export(SIM)
export(add_arrows_xx)
export(add_arrows_xy)
export(add_bent_arrows_xx)
export(add_bent_arrows_xy)
export(add_convex_hulls)
export(add_hulls)
export(add_nth_arrow_xx)
export(add_nth_arrow_xy)
export(add_nth_segment)
export(add_one_arrow)
export(add_points_b)
export(add_points_bb)
export(add_points_q)
export(add_points_qq)
export(add_points_s)
export(add_points_ss)
export(adult_dynamics)
export(aquatic_dynamics)
export(basic_analysis)
export(clusters_nm)
export(clusters_xy)
export(compute_G)
export(compute_GG)
export(compute_KGV)
export(compute_Kbb)
export(compute_Kbq)
export(compute_Kqb)
export(compute_Kqq)
export(compute_V)
export(compute_VC)
export(compute_diffs_L)
export(compute_diffs_M)
export(cutoffValue)
export(decompM)
export(dispersal_PMF)
export(edgeSubset)
export(edgeSubset_fracMass)
export(frame_bq)
export(frame_bqs)
export(get_graph)
export(get_matrix)
export(init_adult_model)
export(init_adult_model_BQ)
export(init_adult_model_BQS)
export(init_aquatic_model)
export(init_aquatic_model_basicL)
export(init_states_L)
export(init_states_M)
export(lattice)
export(make_Psi_BQ)
export(make_Psi_BQS)
export(make_Psi_xx)
export(make_Psi_xy)
export(make_all_graphs)
export(make_common_graphs)
export(make_convex_hull_i)
export(make_convex_hull_xy)
export(make_convex_hulls)
export(make_demography_BQ)
export(make_demography_BQS)
export(make_graph_obj)
export(make_kF_exp)
export(make_kF_mix)
export(make_kF_pwr)
export(make_model_squareLattice)
export(make_model_unif)
export(make_movie)
export(make_tiles)
export(net2patches)
export(outline_points_b)
export(outline_points_q)
export(outline_points_s)
export(plotDDcmf)
export(plotDDpmf)
export(plot_Kbb)
export(plot_Kbq)
export(plot_Kqb)
export(plot_Kqq)
export(plot_Psi_bb)
export(plot_Psi_bq)
export(plot_Psi_bs)
export(plot_Psi_qb)
export(plot_Psi_qq)
export(plot_Psi_qs)
export(plot_Psi_sb)
export(plot_Psi_sq)
export(plot_Psi_ss)
export(plot_all_Psi)
export(plot_all_Psi_BQ)
export(plot_all_Psi_BQS)
export(plot_convex_hulls)
export(plot_dispersal_G)
export(plot_dispersal_GG)
export(plot_dispersal_V)
export(plot_dispersal_VV)
export(plot_graph)
export(plot_matrix_xx)
export(plot_matrix_xy)
export(plot_meta)
export(plot_patches)
export(plot_points)
export(plot_points_bq)
export(plot_points_bqs)
export(plot_subgraph)
export(save_states_L)
export(save_states_M)
export(setup_adult_model)
export(setup_aquatic_model)
export(setup_aquatic_model_basicL)
export(setup_bionomics_BQ)
export(setup_bionomics_BQS)
export(setup_dispersal_BQ)
export(setup_dispersal_BQS)
export(setup_model)
export(steady_state)
export(stretch_convex_hull)
export(unif_xy)
importFrom(deldir,deldir)
importFrom(deldir,tile.list)
importFrom(igraph,E)
importFrom(igraph,cluster_fast_greedy)
importFrom(igraph,cluster_walktrap)
importFrom(igraph,cut_at)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,membership)