From 5f6f154cf312505300c28eac08f6449fd3f5219c Mon Sep 17 00:00:00 2001 From: Ben Bond-Lamberty Date: Mon, 1 Apr 2024 17:21:14 -0400 Subject: [PATCH] Update inventory.Rmd --- R_scripts/inventory.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R_scripts/inventory.Rmd b/R_scripts/inventory.Rmd index 9be72c3..7bf6af1 100644 --- a/R_scripts/inventory.Rmd +++ b/R_scripts/inventory.Rmd @@ -207,7 +207,7 @@ inv_long %>% .groups = "drop") -> species_mix -# A table +# Make a table of fractional BA species_mix %>% filter(Year == max(Year)) %>% group_by(Plot) %>%