Skip to contents

Main country of origin - Percentage

Usage

plot_ctr_population_type_perc(
  year = 2021,
  country_asylum_iso3c = country_asylum_iso3c,
  top_n_countries = 9,
  pop_type = "REF"
)

Arguments

year

Numeric value of the year (for instance 2020)

country_asylum_iso3c

Character value with the ISO-3 character code of the Country of Asylum

top_n_countries

Numeric value of number of main countries that the graph should display

pop_type

Character value. Possible population type (e.g.: REF, IDP, ASY, OIP, OOC, STA)

Value

a ggplot2 object

Examples


plot_ctr_population_type_perc(year = 2021,
                    country_asylum_iso3c = "BRA",
                    top_n_countries = 9,
                    pop_type = "REF"  ) 


plot_ctr_population_type_perc(year = 2021,
                    country_asylum_iso3c = "BRA",
                    top_n_countries = 9,
                    pop_type = "ASY"  )