open-AIMS / ADRIA.jl

ADRIA: Adaptive Dynamic Reef Intervention Algorithms. A multi-criteria decision support platform for informing reef restoration and adaptation interventions.
MIT License
14 stars 5 forks source link

Add default option to _sort_keys #787

Closed Zapiano closed 3 months ago

Zapiano commented 3 months ago

As in title. Default order is "counterfactual", "unguided", "guided".

NOTE: When plotting clusters, the legend is always in the same order, but the plot order might change depending on sort_by

Below are some plots of scenarios and clusters, sorted by default, variance and size:

sort_by Scenarios Cluster
:default image image
:default image image
:variance image image
:variance image image
:size image image
:size image image

Grouped by RCP:

sort_by summarize = true summarize = false
:default image image
:variance image image

Closes #769