This function takes a min (target_min
) and max (target_max
) target range and calculates an inverse area target for each feature based on areal coverage.
Usage
splnr_targets_byInverseArea(df, target_min, target_max)
Arguments
- df
An sf
dataframe with features to calculate
- target_min
The minimum target for inverse area
- target_max
The maximum target for inverse area
Value
An sf
dataframe with Inverse Area Targets added in Target
Examples
targets <- dat_species_prob %>%
splnr_targets_byInverseArea(target_min = 0.3, target_max = 0.8)