Skip to content

Commit

Permalink
added title to explain sink gillnet landings
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Nov 8, 2024
1 parent 7008d41 commit c30673a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/articles/groundfish.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions vignettes/groundfish.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,11 @@ gearSpeciesData <- gf |>
dplyr::group_by(newport,Year,Species) |>
dplyr::summarise(mt = sum(InsideLANDED),
.groups = "drop")
```

### Sink gillnet landings

```{r gillneters, echo = F}
# species makeup for gillnet
p <- ggplot2::ggplot(gearSpeciesData ) +
ggplot2::geom_line(ggplot2::aes(x=Year,y=mt,col=Species)) +
Expand Down

0 comments on commit c30673a

Please sign in to comment.