"SpatialPointsTopography"
SpatialPointsTopography-class.Rd
An S4 class that represents topography over a grid of coordinates.
# S4 method for SpatialPointsTopography,ANY,ANY
[(x, i, j, ..., drop = TRUE)
# S4 method for SpatialPointsTopography
show(object)
Objects can be created by calls of the form new("SpatialPointsTopography", ...)
, or by calls to the function SpatialPointsTopography
.
data
:Object of class "data.frame"
containing the elevation (in m), slope (in degrees) and aspect (in degrees from North) of every 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 "SpatialPointsDataFrame"
, directly.
Class "SpatialPoints"
, by class "SpatialPointsDataFrame", distance 2.
Class "Spatial"
, by class "SpatialPointsDataFrame", distance 3.
SpatialPointsTopography
object
row indices
column indices
see Extract
indices passed through
SpatialPointsTopography
, SpatialPointsDataFrame-class
#Structure of the S4 object
showClass("SpatialPointsTopography")
#> Class "SpatialPointsTopography" [package "meteoland"]
#>
#> Slots:
#>
#> Name: data coords.nrs coords bbox proj4string
#> Class: data.frame numeric matrix matrix CRS
#>
#> Extends:
#> Class "SpatialPointsDataFrame", directly
#> Class "SpatialPoints", by class "SpatialPointsDataFrame", distance 2
#> Class "Spatial", by class "SpatialPointsDataFrame", distance 3