"SpatialGridMeteorology"
SpatialGridMeteorology-class.Rd
An S4 class that represents a spatial grid with meteorology daily data.
# S4 method for SpatialGridMeteorology,ANY,ANY
[(x, i, j, ..., drop = FALSE)
# S4 method for SpatialGridMeteorology
show(object)
Objects can be created by calls of the form new("SpatialGridMeteorology", ...)
, or by calls to the function SpatialGridMeteorology
.
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.
Class "SpatialGrid"
, directly.
Class "Spatial"
, by class "SpatialGrid", distance 2.
SpatialGridMeteorology
object
row indices
column indices
see Extract
indices passed through
SpatialGridTopography
, SpatialGridDataFrame-class
#Structure of the S4 object
showClass("SpatialGridMeteorology")
#> Class "SpatialGridMeteorology" [package "meteoland"]
#>
#> Slots:
#>
#> Name: dates data grid bbox proj4string
#> Class: Date vector GridTopology matrix CRS
#>
#> Extends:
#> Class "SpatialGrid", directly
#> Class "Spatial", by class "SpatialGrid", distance 2