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

Examples


  #example that returns a soil_cover_tibble
  calculate_soil_cover_tibble(EXAMPLE_data)



[Package SoilManageR version 1.1.0 Index]