identify_main_crops {SoilManageR} | R Documentation |
Identify main crops
Description
Identifies all main crops that are harvested in the management dataframe.
Usage
identify_main_crops(var_management_df)
Arguments
var_management_df |
management dataframe |
Value
a management dataframe with a column "crop_no" that identifies the main crops
Examples
# identify main crop in the EXAMPLE data
identify_main_crops(EXAMPLE_data)
[Package SoilManageR version 1.1.0 Index]