Hi, I looked for advice or example of a visualization I have in mind but couldn't find any. Below is a description. I know R.
I have data on peacekeeping operations and civil wars since 1985. "Peacekeeping operations" (PKO) variable takes on 4 values: No operation, UN operation, non-UN operation, mixed operation. I know the value of this variable for each country and each year. I want to show, for the countries that had at least one civil war (around 40 countries), the values of the PKO variable.
I imagine a graph where countries are on the y-axis and years are on the x-axis. Each country has a horizontal strip and the strip can each year take a different color depending on the value of the PKO variable (white if "no op", blue if "UN op", yellow if "non-UN op", green if "mixed op").
Could you tell me the name of such graphs and do you know if I can do this in R?
Thanks for your help.
