-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
S3method("area<-",river_network)
S3method("boundary<-",river_network)
S3method("boundary_species<-",river_network)
S3method("discharge<-",river_network)
S3method("site_by_species<-",river_network)
S3method("state<-",river_network)
S3method(area,river_network)
S3method(boundary,river_network)
S3method(boundary_species,river_network)
S3method(discharge,river_network)
S3method(f_niche,metacommunity)
S3method(f_niche,species)
S3method(length,river_network)
S3method(niche_par,metacommunity)
S3method(niche_par,species)
S3method(plot,flume)
S3method(plot,metacommunity)
S3method(plot,river_network)
S3method(plot,species)
S3method(site_by_species,river_network)
S3method(state,river_network)
export("area<-")
export("boundary<-")
export("boundary_species<-")
export("discharge<-")
export("site_by_species<-")
export("state<-")
export(adjacency)
export(area)
export(boundary)
export(boundary_species)
export(col_prob)
export(community_equilibrium)
export(community_random)
export(dRdt)
export(discharge)
export(dispersal_custom)
export(dispersal_params)
export(ext_prob)
export(f_niche)
export(flume)
export(geometry)
export(lateral_discharge)
export(metacommunity)
export(niche_par)
export(niches_custom)
export(niches_random)
export(niches_uniform)
export(occupancy)
export(reach_length)
export(reset_species)
export(reset_state)
export(resource_summary)
export(river_network)
export(run_simulation)
export(site_by_species)
export(species)
export(state)
import(data.table)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)