anoms_makedf: Make deficit and surplus data frames

Description Usage Arguments Value Examples

View source: R/anoms_makedf.R

Description

Make deficit and surplus data frames

Usage

1
anoms_makedf(file_path, pix_size, coun_area, n_coun, min_pop)

Arguments

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

Value

A water deficit data frame and water surplus data frame

Examples

1
2
3
file_path <- "~/population_water_anomaly_summary_201801.csv"
pix_size <- 10
n_coun <- 10

brewerdw/wateranom documentation built on Jan. 29, 2022, 10:09 a.m.