View source: R/plot_ctr_process.R
plot_ctr_process | R Documentation |
Displaying Asylum processing
plot_ctr_process(year = 2022, country_asylum_iso3c, otherprop = 0.02)
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 |
otherprop |
value set by default to .02 - used to merge origin as "Other" |
a ggplot2 object
plot_ctr_process(year = 2022, country_asylum_iso3c = "BOL")
plot_ctr_process(year = 2022, country_asylum_iso3c = "CHL")
plot_ctr_process(year = 2022, country_asylum_iso3c = "USA",
otherprop = .02)
plot_ctr_process(year = 2022, country_asylum_iso3c = "USA",
otherprop = .04)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.