Hey y'all! I am having some trouble with how to start creating a Shiny app that would show climate zones in the world broken down by latitude and longitude conceptually. The end result of my Shiny app would be nice to appear like the example I have posted where there is a world map projection with different areas covered in different colors representing different climate zones. It would be nice to have a widget or two that would modify latitude and longitude ranges and could display different areas. Can anyone help me brainstorm a simple list of steps that could help me even start designing the process?
A friend of mine suggested using if statements to help narrow down the process such as for example like if (user selects tropical climate zone), then (return climate severity for tropical region).
If anyone could help, that would greatly be appreciated!