Skip to content

Commit

Permalink
add NMDS for gear use by area
Browse files Browse the repository at this point in the history
  • Loading branch information
MandyKarnauskas-NOAA committed Feb 5, 2024
1 parent 92d4609 commit 7473418
Show file tree
Hide file tree
Showing 9 changed files with 300 additions and 221 deletions.
177 changes: 0 additions & 177 deletions indicator_plots/.Rhistory

This file was deleted.

Binary file added indicator_plots/NMDSgear_PR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added indicator_plots/NMDSgear_STT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added indicator_plots/NMDSgear_STX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added indicator_plots/gearTypes_PR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added indicator_plots/gearTypes_STT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added indicator_plots/gearTypes_STX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ rm(list = ls()[-match(c("final_PR", "styear", "enyear"), ls())])

dat <- read.csv("C:/Users/mandy.karnauskas/Desktop/CONFIDENTIAL/CaribbeanData/STT_landings.csv")


# adjust to fishing year ---------------------------------------

dat$TRIP_YEARold <- dat$TRIP_YEAR
dat$TRIP_MONTHold <- dat$TRIP_MONTH
aa <- which(dat$TRIP_MONTH < 7)
Expand Down Expand Up @@ -257,6 +260,8 @@ rm(list = ls()[-match(c("final_PR", "final_ST", "styear", "enyear"), ls())])
dat <- read.csv("C:/Users/mandy.karnauskas/Desktop/CONFIDENTIAL/CaribbeanData/STX_072011_present_LANDINGS_trip_2021-03-11.csv")
head(dat)

# adjust to fishing year ---------------------------------------

dat$TRIP_YEARold <- dat$TRIP_YEAR
dat$TRIP_MONTHold <- dat$TRIP_MONTH
aa <- which(dat$TRIP_MONTH < 7)
Expand Down
Loading

0 comments on commit 7473418

Please sign in to comment.