View source: R/calculate_soil_cover_tibble.R
calculate_soil_cover_tibble | R Documentation |
The function takes a management_df
as input and returns a soil_cover_tibble
with daily resolution
of the estimated soil cover.
calculate_soil_cover_tibble(var_MGMT_data)
var_MGMT_data |
a |
The function is mainly a helper function for the soil_cover()
function.
object of the class soil_cover_tibble
with daily resolution is returned.
calculate_indicators()
to calculate all management indicators
for a management_df
soil_cover()
aggregates the soil cover information
plant_cover()
for more detail on the plant cover function
plot.soil_cover_tibble()
for plotting the soil_cover_tibble
STIR_values_LUT
for tillage operation specific burial coefficients
#example that returns a soil_cover_tibble
calculate_soil_cover_tibble(EXAMPLE_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.