Skip to content

Commit 1026c43

Browse files
committed
update typos
1 parent 7d9ff1c commit 1026c43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tritrophic_analysis.R

+1-3
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,6 @@ ntl.fish <- read.csv(file="https://pasta.lternet.edu/package/data/eml/knb-lter-n
620620

621621
summary(ntl.fish)
622622

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
625623

626624
ntl.fish1 <- ntl.fish[which(ntl.fish$lakename=="PETER"|ntl.fish$lakename=="PAUL"),]
627625

@@ -685,7 +683,7 @@ summary.sbc1$MONTH <- NULL
685683
summary.sbc1$TRANSECT <- NULL
686684

687685

688-
#divide it out by lake ID
686+
#divide it out by site ID
689687
sbc.carp <- summary.sbc1[which(summary.sbc1$SITE=="CARP"),]
690688
sbc.napl <- summary.sbc1[which(summary.sbc1$SITE=="NAPL"),]
691689

0 commit comments

Comments
 (0)