Description Usage Arguments See Also
Given the elevation at four corners of a square of side=gridsize, this estimates the slope in degrees of the terrain over that square. The slope is calculated for each of the 4 planes defined by omitting one of the points.
quadslope()
divides the 4 corners of a quadrat into 4 different groups of 3
stakes, takes the slope of each, then averages these were first written in
C++ see slopeelev.cpp for more on the geometry.
The 4 slopes are averaged. Returns both the mean slope and the sqrt of the variance of the 4 different slopes.
1 | quadslope(cornerelev, gridsize = 20)
|
cornerelev |
vector of 4 elevations |
gridsize |
Side of the square quadrate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.