cru_mask: Create land-sea mask for the CRU TS dataset

cru_maskR Documentation

Create land-sea mask for the CRU TS dataset

Description

Create land-sea mask for the CRU TS dataset

Usage

cru_mask(res = 0.5, coordinates = smpds::CRU_coords)

Arguments

res

Numeric value for the mask resolution. Default: 0.5 degrees.

coordinates

Reference data set with columns for latitude, longitude and elevation. Default: CRU_coords.

Value

Table with land-sea mask:

  • land = TRUE: Grid cell with data provided by the CRU TS.

  • land = FALSE: Grid cell where data is not provided by the CRU TS.


special-uor/smpds documentation built on July 9, 2024, 5:39 p.m.