plot_reg_rsd | R Documentation |
Show the main host and origin countries based on number of decisions
plot_reg_rsd(year = 2022, region, top_n_countries = 10, measure = "Recognized")
year |
Numeric value of the year (for instance 2020) |
region |
Character value with the related UNHCR bureau - when left null, it will display the whole world |
top_n_countries |
Numeric value of number of main countries that the graph should display |
measure |
this can be either: * Recognized * ComplementaryProtection * TotalDecided * RefugeeRecognitionRate * TotalRecognitionRate |
a ggplot2 object
plot_reg_rsd(year = 2022,
region = "Americas" ,
top_n_countries = 10,
measure = "Recognized")
plot_reg_rsd(year = 2022,
region = "Americas" ,
top_n_countries = 5,
measure = "ComplementaryProtection")
plot_reg_rsd(year = 2022,
region = "Americas" ,
top_n_countries = 10,
measure = "TotalDecided")
plot_reg_rsd(year = 2022,
region = "Americas" ,
top_n_countries = 10,
measure = "RefugeeRecognitionRate")
plot_reg_rsd(year = 2022,
region = "Americas" ,
top_n_countries = 10,
measure = "TotalRecognitionRate")
# plot_reg_rsd(year = 2022,
# region = "Europe",
# top_n_countries = 10,
# measure = "Recognized")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.