Description Usage Arguments Value Examples
Make deficit and surplus data frames
1 | anoms_makedf(file_path, pix_size, coun_area, n_coun, min_pop)
|
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 data frame and water surplus data frame
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.