Function SpatialPointsTopography
creates an object of class
SpatialPointsTopography-class
containing topographic variables
for a set of points.
SpatialPointsTopography(
points,
elevation,
slope = NULL,
aspect = NULL,
proj4string = as.character(NA)
)
Function SpatialPointsTopography
returns an object
'SpatialPointsTopography-class
'.
An object of class SpatialPoints
.
Elevation values (in m) of the points.
Slope values (in degrees) of the points.
Aspect values (in degrees from North) of the points.
Object of class CRS
in the first
form only used when points does not inherit from
Spatial
.
Miquel De Cáceres Ainsa, CREAF
If either slope = NULL
or aspect = NULL
then when estimating
weather on the object locations radiation will be calculated assuming a flat
surface.
SpatialPointsTopography-class