fnc_soil_bze | R Documentation |
This function is a wrapper of several smaller functions and chunks of code, all retrieved from "U:\Brook90_2018\paul_schmidt_walter_2018\Dokumentation\2_Bodenparameter.nb". Combining all this code into one function, it takes a spatialpointsdataframe of coordinates in GK-3 and returns a list of soil data frames. Those are further processed in fnc_get_soil
by adding soil hydraulic information, humus, and fine roots and can then be read by run_multisite_LWFB90
.
fnc_soil_bze(
df.ids,
meta.out,
limit_bodtief = NA,
incl_GEOLA,
buffering = F,
buff_width = NA
)
df.ids |
a dataframe with |
meta.out |
a string containing a path passed down from |
limit_bodtief |
max soil depth, default is |
... |
whether buffer should be used in extracting points from BZE raster files if |
Returns a list of soil data frames.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.