I am new to stack overflow and r studio in general so please forgive me for any mistakes I might make when trying to ask my question.
I am trying to create a world map that displays my countries by their transaction value. This is what my data looks like:
I have 86 different countries total.
This is what I have attempted so far:
And I got this:
Clearly, this is not a good representation of the data because the United States is an outlier. I am not sure how to properly construct a map colored by my values that I want, and to make it actually useful. I do not care what map function or package to use (like ggplot or country_choropleth). I am just stuck on how to deal with the outlier in the coloring scheme and what other options I can do to make my map of 86 countries look nice. Thank you ahead of time for the help.