View source: R/arrange_management_df.R
arrange_management_df | R Documentation |
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
arrange_management_df(var_MGMT_data, include.combination = TRUE)
var_MGMT_data |
management_df to be arranged |
include.combination |
logical, if the combinations should considered Default is TRUE |
a rearranged management_df
#rearrange EXAMPLE data
arrange_management_df(EXAMPLE_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.