We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9ff1c commit 1026c43Copy full SHA for 1026c43
tritrophic_analysis.R
@@ -620,8 +620,6 @@ ntl.fish <- read.csv(file="https://pasta.lternet.edu/package/data/eml/knb-lter-n
620
621
summary(ntl.fish)
622
623
-# it's a bit inelegant and reductive, but let's just use biomass and abundance (number_per_net) as our response variables- totals per day per lake
624
-#for lakes R and L
625
626
ntl.fish1 <- ntl.fish[which(ntl.fish$lakename=="PETER"|ntl.fish$lakename=="PAUL"),]
627
@@ -685,7 +683,7 @@ summary.sbc1$MONTH <- NULL
685
683
summary.sbc1$TRANSECT <- NULL
686
684
687
688
-#divide it out by lake ID
+#divide it out by site ID
689
sbc.carp <- summary.sbc1[which(summary.sbc1$SITE=="CARP"),]
690
sbc.napl <- summary.sbc1[which(summary.sbc1$SITE=="NAPL"),]
691
0 commit comments