averagearea: Averages area weather
Description
![[Deprecated]](figures/lifecycle-deprecated.svg?package=meteoland&version=2.0.1)
Averages the weather data series of points or grid pixels.
Usage
averagearea(object, na.rm = TRUE)
Value
An object of class as the input
SpatialPointsMeteorology-class with weather series corresponding to
the spatial average of the input.
Arguments
- object
An object of class
SpatialPointsMeteorology-class,
SpatialGridMeteorology-class or
SpatialPixelsMeteorology-class.
- na.rm
Boolean flag to indicate that missing values should be excluded
from averages.
Author
Miquel De Cáceres Ainsa, CREAF
Details
Assumes that all points/pixels represent the same area.