plot_ctr_destination: Main Destination from one specific countr

View source: R/plot_ctr_destination.R

plot_ctr_destinationR Documentation

Main Destination from one specific countr

Description

Main Destination from one specific countr

Usage

plot_ctr_destination(
  year = 2021,
  country_origin_iso3c = country_origin_iso3c,
  pop_type = pop_type
)

Arguments

year

Numeric value of the year (for instance 2020)

country_origin_iso3c

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

pop_type

Vector of character values. Possible population type (e.g.: REF, IDP, ASY, OIP, OOC, STA)

Value

a ggplot2 object

Examples

# 
plot_ctr_destination(year = 2021,
                     country_origin_iso3c = "COL",
                     pop_type = c("REF", "ASY")
         )


Edouard-Legoupil/unhcrdatapackage documentation built on Nov. 6, 2023, 6:10 p.m.