Get appropriate cropland threshold based on spatial scale
get_cropland_threshold(
scale,
county_data = NULL,
target_data = NULL,
baseline_ha = 500
)Numeric. Threshold value
Character. Spatial scale: "county", "huc8", or "huc2"
Data frame. County-level data (required for huc8/huc2)
Data frame. Target scale data (required for huc8/huc2)
Numeric. Baseline for county exclusion (default: 500)