Out of the `r length(species_list)` species in the sRoot list, `r sum(unique(DT2$species) %in% species_list)` species are present in sPlot, for a total of `r nrow(DT.xylem %>% filter(species %in% species_list))` records, across `r length(plot.sel)` plots.
Out of the `r length(species_list)` species in the sRoot list, `r sum(unique(DT2$Species) %in% species_list)` species are present in sPlot, for a total of `r nrow(DT.xylem %>% filter(Species %in% species_list))` records, across `r length(plot.sel)` plots.
# 2 Extract woody species
# 2 Extract woody species
This is partial selection, as we don't have information on the growth form of all species in sPlot
This is partial selection, as we don't have information on the growth form of all species in sPlot
```{r}
```{r}
#Select all woody species and extract relevant traits from TRY
#Select all woody species and extract relevant traits from TRY
woody_species_traits <- sPlot.traits %>%
woody_species_traits <- sPlot.traits %>%
dplyr::select(species, GrowthForm, is.tree.or.tall.shrub, n,
dplyr::select(Species, GrowthForm, is.tree.or.tall.shrub, n,