calculate_soil_cover_tibble: Caculate soil cover tibble

View source: R/calculate_soil_cover_tibble.R

calculate_soil_cover_tibbleR 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 management_df that contains the management information

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 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

Examples


  #example that returns a soil_cover_tibble
  calculate_soil_cover_tibble(EXAMPLE_data)



SoilManageR documentation built on June 8, 2025, 9:36 p.m.