species_bw: Phylogenic groupings and trait based clustering of various tree species
Description
A date frame mapping the species codes to their common names, scientific
names, and families. This also includes a trait-based clustering of the
species.
Clustering of species based on three traits rather than
their evolutionary relationships. The traits are specific leaf area, maximum
height, and wood density
# NOT RUN {library(dplyr)
# Original 2008 census datacensus_2008_bw
# 2008 census data with additional species informationcensus_2008_bw %>%
left_join(species_bw, by = "sp")
# }