Skip to content

Commit

Permalink
Add note regarding connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnectedSystems committed Feb 1, 2024
1 parent f795e83 commit b03c234
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ecosystem/connectivity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ NOTE: Transposes transitional probability matrix if `swap == true`
# Returns
NamedTuple:
- `conn` : Matrix, containing the connectivity for all sites
- `truncated` : ID of sites removed
- `site_ids` : ID of sites kept
- `conn` : Matrix, containing the connectivity for all locations.
Accounts for larvae which do not settle, so rows are not required to sum to 1
- `truncated` : ID of locations removed
- `site_ids` : ID of locations kept
"""
function site_connectivity(
file_loc::String,
Expand Down

0 comments on commit b03c234

Please sign in to comment.