powered by
Wraps restrict_to_country, and restricts to the GHA-region usually considered in CONFER, see EA_country_names.
restrict_to_country
EA_country_names
restrict_to_GHA(dt, ...)restrict_to_confer_region(...)
restrict_to_confer_region(...)
the data table, restricted to the selected country
the data table.
passed on to restrict_to_country
ex_dt = chirps_monthly[lat < 0 & month == 11 & year == 2020] dt = restrict_to_GHA(ex_dt)
Run the code above in your browser using DataLab