View source: R/check_format_soil_data.R
This function takes soil FC and PWP (measured or estimated for each layer) as an input, checks the values and returns the corresponding values at a 1cm layer-depth resolution (assuming valeus are homogenous within a measured layer)
1 2 3 4 5 6 | check_format_soil_data(
soil_data,
layer_col = "layer_depth",
FC_col = "ThetaFC",
PWP_col = "ThetaPWP"
)
|
soil_data |
data.frame, containing one-line-per-layer PWP and FC |
layer_col |
character, the name of the column containing TDR measurement depths |
FC_col |
character, the name of the column containing FC |
PWP_col |
character, the name of the column containing PWP |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.