limitArea: Limit the area in an object returned by function 'getGrid'

View source: R/limitArea.R

limitAreaR Documentation

Limit the area in an object returned by function getGrid

Description

Limit the area in an object returned by function getGrid

Usage

limitArea(coordinates, lonLim, latLim)

Arguments

coordinates

A list as returned by function getGrid.

lonLim

Vector of length = 2, with minimum and maximum longitude coordinates, in decimal degrees, of the bounding box defining the subset. For single-point subsets, a numeric value with the longitude coordinate. If NULL (default), no subsetting is performed on the longitude dimension

latLim

Same as lonLim argument, but for latitude.

Value

same as the input.

Author(s)

M. Iturbide

See Also

Other subsetting: getTemporalIntersection(), intersectGrid.spatial(), intersectGrid.time(), intersectGrid(), subsetCluster(), subsetDimension(), subsetGrid(), subsetMembers(), subsetRuntime(), subsetSeason(), subsetSpatial(), subsetStation(), subsetVar(), subsetYears()


SantanderMetGroup/transformeR documentation built on Oct. 28, 2023, 5:26 a.m.