calculate_soil_cover_tibble {SoilManageR} | R Documentation |
Caculate soil cover tibble
Description
The function takes a management_df
as input and returns a soil_cover_tibble
with daily resolution
of the estimated soil cover.
Usage
calculate_soil_cover_tibble(var_MGMT_data)
Arguments
var_MGMT_data |
a |
Details
The function is mainly a helper function for the soil_cover()
function.
Value
object of the class soil_cover_tibble
with daily resolution is returned.
See Also
-
calculate_indicators()
to calculate all management indicators for amanagement_df
-
soil_cover()
aggregates the soil cover information -
plant_cover()
for more detail on the plant cover function -
plot.soil_cover_tibble()
for plotting thesoil_cover_tibble
-
STIR_values_LUT
for tillage operation specific burial coefficients
Examples
#example that returns a soil_cover_tibble
calculate_soil_cover_tibble(EXAMPLE_data)
[Package SoilManageR version 1.1.0 Index]