"SpatialPointsMeteorology"
SpatialPointsMeteorology-class.Rd
An S4 class that represents a set of points with meteorology data series.
# S4 method for SpatialPointsMeteorology,ANY,ANY
[(x, i, j, ..., drop = TRUE)
# S4 method for SpatialPointsMeteorology
show(object)
Objects can be created by calls of the form new("SpatialPointsMeteorology", ...)
, or by calls to the function SpatialPointsMeteorology
.
dates
:Object of class "Date"
describing the time period for which meteorological estimates are available.
data
:A vector of "data.frame"
objects, each one corresponding to one spatial point.
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 "SpatialPoints"
, directly.
Class "Spatial"
, by class "SpatialPoints", distance 2.
SpatialPointsMeteorology
object
row indices
column indices
see Extract
indices passed through
SpatialPointsTopography-class
, SpatialPoints-class
#Structure of the S4 object
showClass("SpatialPointsMeteorology")
#> Class "SpatialPointsMeteorology" [package "meteoland"]
#>
#> Slots:
#>
#> Name: dates data coords bbox proj4string
#> Class: Date vector matrix matrix CRS
#>
#> Extends:
#> Class "SpatialPoints", directly
#> Class "Spatial", by class "SpatialPoints", distance 2