Skip to content

Commit

Permalink
revised hydrophobicity analyses
Browse files Browse the repository at this point in the history
  • Loading branch information
ltwardochleb committed Nov 22, 2023
1 parent 2405b2b commit 11ebc43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manuscript_contam/Hydrophobicity_analyses.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ library(here)
library(readxl)
library(rlang)


#2. Read in and manipulate the data summarized by year and site------------------------------------------------------------------------------------------------------------------------------
hydrophob<-read_csv("hydrophobicity.csv") #data summarized by year and site
hydrophob<-read_csv("C:/Users/ltwardochleb/Documents/NDFA/Contaminants/Data_analyses/Contaminants_MS/hydrophobicity.csv") #data summarized by year and site

#pivot to long format and create habitat and matrix columns
hydrophob2<-hydrophob%>%pivot_longer(cols = c(`Sacramento_River_2019-2020_Water_Detection_Frequency`, `Sacramento_River_2019-2020_Zooplankton_Detection_Frequency`, `Toe_Drain_2019-2020_Water_Detection_Frequency`, `Toe_Drain_2019-2020_Zooplankton_Detection_Frequency`),
Expand Down

0 comments on commit 11ebc43

Please sign in to comment.