File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Creates a DataFrame containing information about the vertices in a Network.
38
38
# Arguments
39
39
- `nw::Network`: The network to describe
40
40
- `extras...`: Additional pairs of (key, function) to include as columns,
41
- where the function gets the [`VertexModel`](@ref) as its only parameter
41
+ where the function gets the [`VertexModel`](@ref NetworkDynamics.VertexModel ) as its only parameter
42
42
to extract a custom metadata field for example..
43
43
- `parameters=true`: Whether to include parameter values
44
44
- `states=true`: Whether to include state values
@@ -86,7 +86,7 @@ Creates a DataFrame containing information about the edges in a Network.
86
86
# Arguments
87
87
- `nw::Network`: The network to describe
88
88
- `extras...`: Additional pairs of (key, function) to include as columns,
89
- where the function gets the [`EdgeModel`](@ref) as its only parameter
89
+ where the function gets the [`EdgeModel`](@ref NetworkDynamics.EdgeModel ) as its only parameter
90
90
to extract a custom metadata field for example..
91
91
- `parameters=true`: Whether to include parameter values
92
92
- `states=true`: Whether to include state values
You can’t perform that action at this time.
0 commit comments