Computes a weighted composite Water-Energy-Food-Nutrient-Carbon nexus sustainability index from normalized dimension scores.
nexus_index(
water_score,
energy_score,
food_score,
nutrient_score,
carbon_score,
weights = rep(0.2, 5),
verbose = TRUE
)Numeric vector. Water performance score (0 to 1).
Numeric vector. Energy performance score (0 to 1).
Numeric vector. Food productivity score (0 to 1).
Numeric vector. Nutrient use efficiency score (0 to 1).
Numeric vector. Carbon performance score (0 to 1), where higher values indicate lower carbon footprint.
Numeric vector of length 5. Weights for Water, Energy, Food, Nutrient, and Carbon dimensions. Must sum to 1. Default is equal weighting (0.2 each).
Logical. If TRUE, prints informational messages.
Default TRUE.
Numeric vector. Composite nexus index on a 0 to 1 scale, where higher values indicate better overall sustainability.
$$NI = w_W S_W + w_E S_E + w_F S_F + w_N S_N + w_C S_C$$