Learn R Programming

meteoland (version 0.9.7)

SpatialPixelsMeteorology: Creates a 'SpatialPixelsMeteorology'

Description

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)

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.

Value

An object of class SpatialPixelsMeteorology-class

See Also

SpatialPixelsMeteorology-class