restrict_to_GHA | R Documentation |
Wraps restrict_to_country
, and restricts to the GHA-region usually considered in CONFER, see EA_country_names
.
restrict_to_GHA(dt, ...)
restrict_to_confer_region(...)
dt |
the data table. |
... |
passed on to |
the data table, restricted to the selected country
ex_dt = chirps_monthly[lat < 0 & month == 11 & year == 2020]
dt = restrict_to_GHA(ex_dt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.