Skip to content

Commit

Permalink
More sturgeon data
Browse files Browse the repository at this point in the history
  • Loading branch information
rosehartman committed May 8, 2023
1 parent 47919d3 commit 1955f6c
Show file tree
Hide file tree
Showing 40 changed files with 738 additions and 727 deletions.
7 changes: 4 additions & 3 deletions 1_plot_scripts/winter/BayStudyFishPlots.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ library(lubridate)
# Longfin smelt
load("data/BayStudyFish.RData")

# White sturgeon - Jason's calculated YCI dataset
whistu.orig <- read_csv(file.path(data_root,"yci_bs.csv"))
# White sturgeon - Dyllan's calculated YCI dataset
whistu.orig <- read_csv(file.path(data_root,"1980_2021_BS_WST_YCI.csv"))


# 2. Clean Data and Calculate CPUE ----------------------------------------
Expand Down Expand Up @@ -48,7 +48,7 @@ whistu.orig <- read_csv(file.path(data_root,"yci_bs.csv"))
# White sturgeon
# Clean and modify data and average YCI for each year
whistu.clean <- whistu.orig %>%
filter(Year != 2018) %>%
mutate(WYCI = as.numeric(year_class_index)) %>%
select(Year, WYCI) %>%
rename(
Year.Index = Year,
Expand Down Expand Up @@ -81,6 +81,7 @@ whistuText <- tibble(
)



# 4. Create Plots ---------------------------------------------------------

# Create function for the plots
Expand Down
163 changes: 82 additions & 81 deletions 2_bookdown/figures/svg/BayStudy_fish_winter$lonsme_plot_allYears.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 35 additions & 34 deletions 2_bookdown/figures/svg/BayStudy_fish_winter$lonsme_plot_recent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1955f6c

Please sign in to comment.