Skip to content

Commit

Permalink
Update inventory.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond committed Apr 1, 2024
1 parent 4780f26 commit 5ce5e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R_scripts/inventory.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ species_mix %>%
mutate(BA_frac = BA / sum(BA)) %>%
knitr::kable(caption = "Basal area by plot and species")
# Live trees DBH
# Live trees BA
ggplot(species_mix, aes(Year, BA, fill = Genus)) +
geom_area(position="stack") +
facet_grid(Plot~.)
Expand Down

0 comments on commit 5ce5e10

Please sign in to comment.