Initializes an object of class SpatialPixelsMeteorology-class
SpatialPixelsMeteorology(
points,
data,
dates,
tolerance = sqrt(.Machine$double.eps),
proj4string = CRS(as.character(NA)),
round = NULL,
grid = NULL
)
An object of class SpatialPixelsMeteorology-class
An object of class SpatialPoints-class
.
A vector of data frames (one per date).
Object of class "Date"
describing the time period of
meteorological estimates.
Precision up to which extent points should be exactly on a grid.
Object of class CRS
in the first
form only used when points does not inherit from
Spatial
.
default NULL
, otherwise a value passed to as the digits
argument to round
for setting cell size.
Grid topology using an object of class
GridTopology
; a value of NULL
implies that this
will be derived from the point coordinates.
Miquel De Cáceres Ainsa, CREAF
SpatialPixelsMeteorology-class