p_model_validation_vcmax25 | R Documentation |
Small tests dataset to validate calibration routines for leaf traits.
p_model_validation_vcmax25
A tibble of validation data:
A character string containing the site names (e.g. 'Reichetal_Colorado').
A tibble [ 1 x 2 ] with observations for the following variables:
The observed maximum rate of carboxylation (Vcmax), normalised
to 25^o
C (in mol C m^{-2}
d^{-1}
), aggregated over different plant species
in each site.
The uncertainty of the Vcmax25 (in mol C m^{-2}
d^{-1}
),
calculated as the standard deviation among Vcmax25 observations for
several species per site or as the total standard deviation across sites for
single-plant-species sites.
Atkin, O. K., Bloomfield, K. J., Reich, P. B., Tjoelker, M. G., Asner, G. P., Bonal, D., et al. (2015). Global variability in leaf respiration in relation to climate, plant functional types and leaf traits. New Phytol. 206 (2), 614–636. doi:10.1111/nph.13253
require(ggplot2); require(tidyr)
p_model_validation_vcmax25 %>% tidyr::unnest(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.