Given the z-coordinate of 3 points in 3D space whose x-y coordinates are corners of a right, isoceles triangle whose short side = gridsize, this calculates the slope in degrees of the plane through the points.
calcslope()
takes 3 elevations and finds the slope of the plane through
them.
The second point is the one between the two short sides.
1 | calcslope(z, gridsize = 20)
|
z |
numeric vector of length 3 |
gridsize |
Side of the square quadrate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.