Skip to content

Commit

Permalink
updated network plots
Browse files Browse the repository at this point in the history
  • Loading branch information
carlylovas committed Jan 25, 2024
1 parent 04d161e commit dc408b6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 37 deletions.
73 changes: 38 additions & 35 deletions R/license_network_plots.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions R/license_network_plots.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ annual_graphs <- read_rds(here("Data", "network_graphs.rds"))

## Annual network plots

These plots include *all* data points, including years in which certain licenses may not have been issued
Each network features only the licenses available in that given year.

```{r}
#| label: annual graphs
Expand All @@ -49,7 +49,9 @@ gridExtra::marrangeGrob(annual_graphs$ggraph_circular, layout_matrix = matrix(1:

## Edge density

Below is the time series of network edge density. The density of a graph is the ratio of the actual number of edges and the largest possible number of edges in the graph, assuming that no multi-edges are present. A network with higher density suggests more connections within the network. In the case of license networks, a more dense network would suggest more accesibility across fisheries and a less dense network would have less accessibility across fisheries.
Below is the time series of network edge density. The density of a graph is the ratio of the actual number of edges and the largest possible number of edges in the graph, assuming that no multi-edges are present. A network with higher density suggests more connections within the network. In the case of these license networks, a more dense network would suggest less access to alternate fisheries and a less dense network would have more accessibility across fisheries, therefore improving the adaptive capacity of harvesters.

> High modularity and low density have different subgroups of the target species that alternate over the time period, while high density implies species are being caught simultaneously (Nomura et. al, 2021)
```{r}
#| label: edge density
Expand Down

0 comments on commit dc408b6

Please sign in to comment.