Function SpatialPixelsTopography
creates an object of class
SpatialPixelsTopography-class
containing topographic variables
for a set of points.
SpatialPixelsTopography(
points,
elevation,
slope,
aspect,
tolerance = sqrt(.Machine$double.eps),
proj4string = as.character(NA),
round = NULL,
grid = NULL
)
Function SpatialPixelsTopography
returns an object
'SpatialPixelsTopography-class
'.
An object of class SpatialPoints
or a
numeric matrix of coordinates.
Elevation values (in m) of the points.
Slope values (in degrees) of the points.
Aspect values (in degrees from North) of the points.
Precision up to which extent points should be exactly on a grid.
Object of class CRS
in the first
form only used when points does not inherit from
Spatial
.
default NULL
, otherwise a value passed to as the digits
argument to round
for setting cell size.
Grid topology using an object of class
GridTopology
; a value of NULL
implies that this
will be derived from the point coordinates.
Miquel De Cáceres Ainsa, CREAF
SpatialPixelsTopography-class