Learn R Programming

meteoland (version 2.0.0)

SpatialPixelsMeteorology: Creates a 'SpatialPixelsMeteorology'

Description

[Deprecated]

Initializes an object of class SpatialPixelsMeteorology-class

Usage

SpatialPixelsMeteorology(
  points,
  data,
  dates,
  tolerance = sqrt(.Machine$double.eps),
  proj4string = CRS(as.character(NA)),
  round = NULL,
  grid = NULL
)

Value

An object of class SpatialPixelsMeteorology-class

Arguments

points

An object of class SpatialPoints-class.

data

A vector of data frames (one per date).

dates

Object of class "Date" describing the time period of meteorological estimates.

tolerance

Precision up to which extent points should be exactly on a grid.

proj4string

Object of class CRS in the first form only used when points does not inherit from Spatial.

round

default NULL, otherwise a value passed to as the digits argument to round for setting cell size.

grid

Grid topology using an object of class GridTopology; a value of NULL implies that this will be derived from the point coordinates.

Author

Miquel De Cáceres Ainsa, CREAF

See Also

SpatialPixelsMeteorology-class