arrange_management_df {SoilManageR} | R Documentation |
arrange management_df by date, category
Description
the funciton arranges the management_df by date and by category of operations. The order of the operations is harvest, fertilizer_application,crop_protection, tillage, sowing, irrigation, other
Usage
arrange_management_df(var_MGMT_data, include.combination = TRUE)
Arguments
var_MGMT_data |
management_df to be arranged |
include.combination |
logical, if the combinations should considered Default is TRUE |
Value
a rearranged management_df
Examples
#rearrange EXAMPLE data
arrange_management_df(EXAMPLE_data)
[Package SoilManageR version 1.0.1 Index]