We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84da63f commit ff17e8fCopy full SHA for ff17e8f
1 file changed
src/main/create_graph.jl
@@ -18,7 +18,7 @@ Initialize the underlying graph, population and productivity parameters.
18
- `adjacency::BitMatrix`: J x J Adjacency matrix (only used for custom network)
19
- `x::Vector{Float64}`: x coordinate (longitude) of each node (only used for custom network)
20
- `y::Vector{Float64}`: y coordinate (latitude) of each node (only used for custom network)
21
-- `Lj::Vector{Float64}`: Vector of populations in each node (j = 1:J) (only for no mobility)
+- `Lj::Vector{Float64}`: Vector of populations in each node (j = 1:J) (only for fixed labour case)
22
- `Hj::Vector{Float64}`: Vector of immobile good in each node (j = 1:J) (e.g. housing, default ones(J))
23
- `Lr::Vector{Float64}`: Vector of populations in each region (r = 1:nregions) (only for partial mobility)
24
- `region::Vector{Int64}`: Vector indicating region of each location (only for partial mobility)
0 commit comments