Create an SDM stakeholder group
sdm_group.RdDefines a stakeholder group with objective weights. Groups are archetypes representing common patterns of priority (e.g., "Opportunity Hunter", "Conservation Advocate"), not real individuals. Weights are normalized to sum to exactly 1.0 if within tolerance (0.01).
Arguments
- name
Character. Human-readable name (e.g.,
"Opportunity Hunter").- description
Character. Plain language description (e.g.,
"Prioritizes license availability and total harvest").- weights
Numeric vector. One weight per objective. Can be unnamed (names are assigned as
obj_Nbysdm_scenario()). Must sum to approximately 1.0 (within 0.01). A weight of 0 means that objective is excluded from the group's evaluation.
Value
An sdm_group object (named list with class
"sdm_group"). Fields: id (assigned as group_N by
sdm_scenario(), NULL until then), name, description,
weights.