calcslope: Given the z-coordinate of 3 points in 3D space whose x-y...

Description Usage Arguments

Description

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.

Usage

1
calcslope(z, gridsize = 20)

Arguments

z

numeric vector of length 3

gridsize

Side of the square quadrate.


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.