set_scaled_targets: Set area-scaled targets.

Description Usage Arguments

View source: R/pre_processing_functions.R

Description

Calculate feature targets which are linearly scaled to each feature's area of occupancy. It uses linear interpolation and the function approx(). It modifies the cons_feat_array.

Usage

1
set_scaled_targets(cons_feat_array, occurrence_limits, target_limits)

Arguments

cons_feat_array

a matrix of information (columns) for each conservation feature (rows). Information include: area of occupancy, target level, species penalty factor (spf), faunal group id and ecological group id.

occurrence_limits

a numeric vector of the occurrence limits of the interpolation.

target_limits

a numeric vector of the target limits of the interpolation.


LorenzoCattarino/priorityeffort documentation built on May 28, 2019, 3:58 p.m.