Skip to content

Commit 7d9ff1c

Browse files
committed
updated trophic categories
1 parent e52f021 commit 7d9ff1c

12 files changed

+25809
-25778
lines changed

figures/Hubbard_Brook.png

20 Bytes
Loading

figures/Konza_Prairie.png

-863 Bytes
Loading

figures/LTER_SITES.png

-942 Bytes
Loading

figures/North_Temperate_Lakes.png

-134 Bytes
Loading

figures/Santa_Barbara_Coastal.png

-423 Bytes
Loading

model_analyses.R

+2-11
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ mod.lter$intercept_p_value <- round(mod.lter$intercept_p_value, digits = 10)
3535
str(mod.lter)
3636
mod.lter$trophic_level <- as.factor(mod.lter$trophic_level)
3737
levels(mod.lter$trophic_level)
38-
mod.lter$trophic_level <- factor(mod.lter$trophic_level,
39-
levels = c("producer", "herbivore", "consumer", "predator"))
40-
levels(mod.lter$trophic_level)
38+
#mod.lter$trophic_level <- factor(mod.lter$trophic_level,
39+
# levels = c("producer", "herbivore", "consumer", "predator"))
4140
mod.lter$N_years <- as.numeric(mod.lter$N_years)
4241
mod.lter$start_year <- as.numeric(mod.lter$start_year)
4342

@@ -67,8 +66,6 @@ cols <- c("black", "red")
6766
str(mod.konza)
6867
mod.konza$trophic_level <- as.factor(mod.konza$trophic_level)
6968
levels(mod.konza$trophic_level)
70-
mod.konza$trophic_level <- factor(mod.konza$trophic_level, levels = c("producer", "herbivore", "consumer"))
71-
levels(mod.konza$trophic_level)
7269
mod.konza$N_years <- as.numeric(mod.konza$N_years)
7370
mod.konza$start_year <- as.numeric(mod.konza$start_year)
7471

@@ -103,8 +100,6 @@ mod.hbrook$intercept_p_value <- round(mod.hbrook$intercept_p_value, digits = 10)
103100
str(mod.hbrook)
104101
mod.hbrook$trophic_level <- as.factor(mod.hbrook$trophic_level)
105102
levels(mod.hbrook$trophic_level)
106-
mod.hbrook$trophic_level <- factor(mod.hbrook$trophic_level, levels = c("producer", "herbivore", "consumer"))
107-
levels(mod.hbrook$trophic_level)
108103
mod.hbrook$N_years <- as.numeric(mod.hbrook$N_years)
109104
mod.hbrook$start_year <- as.numeric(mod.hbrook$start_year)
110105

@@ -133,8 +128,6 @@ mod.ntlakes$intercept_p_value <- round(mod.ntlakes$intercept_p_value, digits = 1
133128
str(mod.ntlakes)
134129
mod.ntlakes$trophic_level <- as.factor(mod.ntlakes$trophic_level)
135130
levels(mod.ntlakes$trophic_level)
136-
mod.ntlakes$trophic_level <- factor(mod.ntlakes$trophic_level, levels = c("producer", "consumer", "predator"))
137-
levels(mod.ntlakes$trophic_level)
138131
mod.ntlakes$N_years <- as.numeric(mod.ntlakes$N_years)
139132
mod.ntlakes$start_year <- as.numeric(mod.ntlakes$start_year)
140133

@@ -163,8 +156,6 @@ mod.sbcoastal$intercept_p_value <- round(mod.sbcoastal$intercept_p_value, digits
163156
str(mod.sbcoastal)
164157
mod.sbcoastal$trophic_level <- as.factor(mod.sbcoastal$trophic_level)
165158
levels(mod.sbcoastal$trophic_level)
166-
mod.sbcoastal$trophic_level <- factor(mod.sbcoastal$trophic_level, levels = c("producer", "consumer", "predator"))
167-
levels(mod.sbcoastal$trophic_level)
168159
mod.sbcoastal$N_years <- as.numeric(mod.sbcoastal$N_years)
169160
mod.sbcoastal$start_year <- as.numeric(mod.sbcoastal$start_year)
170161

model_output/model_all_LTER_sites.csv

+12,862-12,862
Large diffs are not rendered by default.

model_output/model_hubbard_brook.csv

+5,441-5,441
Large diffs are not rendered by default.

model_output/model_konza.csv

+4,684-4,684
Large diffs are not rendered by default.

model_output/model_north_temperate_lakes.csv

+839-839
Large diffs are not rendered by default.

model_output/model_santa_barbara_coastal.csv

+1,901-1,901
Large diffs are not rendered by default.

tritrophic_analysis.R

+80-40
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)