p_model_validation | R Documentation |
Small tests dataset to validate calibration routines for a time series of fluxes.
p_model_validation
A tibble of validation data:
A character string containing the site name (e.g. 'FR-Pue').
A tibble [ 2,920 x 3 ] with time series for the following variables:
Date vector with format YYYY-MM-DD.
The observed Gross Primary Productivity (GPP) for each time stamp
(in gC m^{-2}
d^{-1}
).
The uncertainty of the GPP (in gC m^{-2}
d^{-1}
).
Pastorello, G., Trotta, C., Canfora, E. et al. The FLUXNET2015 dataset and the ONEFlux processing pipeline for eddy covariance data. Sci Data 7, 225 (2020). https://doi.org/10.1038/s41597-020-0534-3
require(ggplot2); require(tidyr)
p_model_validation %>% tidyr::unnest(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.