anoms_plot: Make water deficit and surplus plots

Description Usage Arguments Value Examples

View source: R/anoms_plot.R

Description

Make water deficit and surplus plots

Usage

1
2
3
4
5
6
7
anoms_plot(
  file_path,
  pix_size = 10,
  coun_area = 50000,
  n_coun = 10,
  min_pop = 5e+05
)

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 plot and a water surplus plot

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.