restrict_to_GHA {SeaVal}R Documentation

restricts data to the Greater Horn of Africa

Description

Wraps restrict_to_country, and restricts to the GHA-region usually considered in CONFER, see EA_country_names.

Usage

restrict_to_GHA(dt, ...)

restrict_to_confer_region(...)

Arguments

dt

the data table.

...

passed on to restrict_to_country

Value

the data table, restricted to the selected country

Examples

ex_dt = chirps_monthly[lat < 0 & month == 11 & year == 2020]
dt = restrict_to_GHA(ex_dt)


[Package SeaVal version 1.2.0 Index]