getAngleFromDisplacement: Returns the angle from the y axis for a vector

Description Usage Arguments Value

Description

Returns the angle from the y axis for a two dimenisonal vector (x,y).

Usage

1
2
3
4
5
6
7
8
getAngleFromDisplacement(x, y)

degToRad(x)

radToDeg(x)

getDisplacementFromDistAzimuth(azimuth, distance, units = c("radian",
  "degrees"))

Arguments

x

the x coordinate

y

the y coordinate

Value

the angle in radians for getAngleFromDisplacement; angles in the appropriate units for degToRad and radToDeg; Displacement distances for each azimuth distance pair for getDisplacementFromDistAzimuth.


jasonelaw/nrsa documentation built on Nov. 8, 2019, 11:34 a.m.