Description Usage Arguments Value Examples
Make water deficit and surplus plots
1 2 3 4 5 6 7 | anoms_plot(
file_path,
pix_size = 10,
coun_area = 50000,
n_coun = 10,
min_pop = 5e+05
)
|
file_path |
A file path that points to a .csv file |
pix_size |
Minimum number of country pixels |
coun_area |
Country land area in square kilometers |
n_coun |
Number of countries that will display on a plot |
min_pop |
Country population |
A water deficit plot and a water surplus plot
1 2 3 | #' file_path <- "~/population_water_anomaly_summary_201801.csv"
pix_size <- 10
n_coun <- 10
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.