*Changes to version 1.2* - Corrected final selection of plots in header. Only plots with CWM info are retained, but no minimum trait coverage threshold is used.
<br>
This report documents the data extraction for **sPlot project proposal #31** - *The adaptive value of xylem physiology within and across global ecoregions* as requested by Daniel Laughlin and Jesse Robert Fleri
This report documents the data extraction for **sPlot project proposal #31** - *The adaptive value of xylem physiology within and across global ecoregions* as requested by Daniel Laughlin and Jesse Robert Fleri
...
@@ -180,7 +181,7 @@ DT.xylem %>%
...
@@ -180,7 +181,7 @@ DT.xylem %>%
# 3 Calculate CWMs and trait coverage
# 3 Calculate CWMs and trait coverage
Calculate CWM and trait coverage for each trait and each plot. Select plots having more than 80% coverage for at least one trait.
Calculate CWM and trait coverage for each trait and each plot. ~~Select plots having more than 80% coverage for at least one trait.~~
```{r, cache=T, cache.lazy=F}
```{r, cache=T, cache.lazy=F}
# Merge species data table with traits
# Merge species data table with traits
CWM.xylem0 <- DT.xylem %>%
CWM.xylem0 <- DT.xylem %>%
...
@@ -264,34 +265,43 @@ knitr::kable(CWM.xylem[1:20,], caption="Example of CWM data file") %>%
...
@@ -264,34 +265,43 @@ knitr::kable(CWM.xylem[1:20,], caption="Example of CWM data file") %>%