"SpatialPixelsMeteorology"
SpatialPixelsMeteorology-class.Rd
An S4 class that represents meteorology data that has locations on a regular grid.
# S4 method for SpatialPixelsMeteorology,ANY,ANY
[(x, i, j, ..., drop = FALSE)
# S4 method for SpatialPixelsMeteorology
show(object)
Objects can be created by calls of the form new("SpatialPixelsMeteorology", ...)
, or by calls to the function SpatialPixelsMeteorology
.
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 pixel data for one date.
grid
:Grid parameters (see GridTopology
).
grid.index
:Index of points in full grid.
coords
:Object of class "matrix"
with the spatial coordinates.
bbox
:Object of class "matrix"
with the boundary box.
proj4string
:Object of class "CRS"
with the projection string.
Class "SpatialPixels"
, directly.
Class "SpatialPoints"
, by class "SpatialPixels", distance 2.
Class "Spatial"
, by class "SpatialPixels", distance 3.
SpatialPixelsMeteorology
object
row indices
column indices
see Extract
indices passed through
SpatialPixelsTopography
, SpatialPixelsDataFrame-class
#Structure of the S4 object
showClass("SpatialPixelsMeteorology")
#> Class "SpatialPixelsMeteorology" [package "meteoland"]
#>
#> Slots:
#>
#> Name: dates data grid grid.index coords
#> Class: Date vector GridTopology integer matrix
#>
#> Name: bbox proj4string
#> Class: matrix CRS
#>
#> Extends:
#> Class "SpatialPixels", directly
#> Class "SpatialPoints", by class "SpatialPixels", distance 2
#> Class "Spatial", by class "SpatialPixels", distance 3