Function interpolation.coverage
calculates, for each meteorological
variable, the number of stations with data per date or the number of dates
with data per station in an object of class
MeteorologyInterpolationData-class
.
interpolation.coverage(object, type = "spatial", percent = FALSE)
If type = "spatial"
the function returns an object of class
SpatialPointsDataFrame
with the number (or percentage) of dates with
data per station and meteorological variable. If type = "temporal"
the function returns an object of class data.frame
with the number
(or percentage) of stations with data per day and meteorological variable.
An object of class
MeteorologyInterpolationData-class
.
A string with the coverage summary to be produced (either "spatial" or "temporal").
A boolean flag to indicate that percentages should be returned instead of counts.
Miquel De Cáceres Ainsa, CREAF
De Caceres M, Martin-StPaul N, Turco M, Cabon A, Granda V (2018) Estimating daily meteorological data and downscaling climate models over landscapes. Environmental Modelling and Software 108: 186-196.
MeteorologyInterpolationData