SpatialGridMeteorology-class: Class "SpatialGridMeteorology"
Description
An S4 class that represents a spatial grid with meteorology daily data.
Usage
# S4 method for SpatialGridMeteorology,ANY,ANY
[(x, i, j, ..., drop = FALSE)
# S4 method for SpatialGridMeteorology
show(object)
Objects from the Class
Objects can be created by calls of the form new("SpatialGridMeteorology", ...), or by calls to the function SpatialGridMeteorology.
Slots
dates:
Object of class "Date" describing the time period for which meteorological estimates are available.
data:
A vector of "data.frame" objects, each one containing the grid data for one date.
bbox:
Object of class "matrix" with the boundary box.
proj4string:
Object of class "CRS" with the projection string.
Extends
Class "SpatialGrid", directly.
Class "Spatial", by class "SpatialGrid", distance 2.
Arguments
- x,object
SpatialGridMeteorology object
- i
row indices
- j
column indices
- drop
see Extract
- ...
indices passed through
Author
Miquel De Cáceres Ainsa, CREAF
See Also
SpatialGridTopography, SpatialGridDataFrame-class
Examples
Run this code#Structure of the S4 object
showClass("SpatialGridMeteorology")
Run the code above in your browser using DataLab