File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,13 +122,14 @@ function represent_edges(graph)
122122end
123123
124124"""
125- create_auxdata(param, graph, I)
125+ create_auxdata(param, graph, edges, I)
126126
127127Creates the auxdata structure that contains all the auxiliary parameters for estimation
128128
129129# Arguments
130130- `param`: structure that contains the model's parameters
131131- `graph`: structure that contains the underlying graph (created by create_graph function)
132+ - `edges`: structure that contains the edges of the graph (created by represent_edges function)
132133- `I`: provides the current JxJ symmetric matrix of infrastructure investment
133134
134135# Output
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Plot a graph visualization with various styling options.
4545- `geography=nothing`: Dict or NamedTuple with geography data, see also `apply_geography()`
4646- `obstacles::Bool=false`: Show obstacles from geography
4747- `obstacle_color::Symbol=:black`: Color for obstacles
48- - `obstacle_thickness::Symbol =3`: Thickness for obstacles
48+ - `obstacle_thickness::Real =3`: Thickness for obstacles
4949
5050# Examples
5151```julia
You can’t perform that action at this time.
0 commit comments