I'm using Gini coefficient and Lorenz Curve plots to show the accumulation of beneficiaries in ecosystem services (ES) supply points, in R. I classify ES into three categories and calculate Gini and Lorenz curve for each category. However, the highest value doesn't correspond with the biggest area in the plot. Why is this happening?
You can get the R script and the dataframe here: https://stats.stackexchange.com/questions/463202/gini-values-are-not-corresponding-with-lorenz-curve-area
I also attach the plot of Lorenz curve. The values of Gini coefficient I got are:
Regulating = 0.3671459
Provisioning = 0.3190629
Cultural = 0.3041803
However, in the Lorenz Curve, the biggest area corresponds to provisioning category.
Thank you!