math_angle_quadrant | R Documentation |
Find the angle(s) of vector(s) using the quadrant information.
math_angle_quadrant(x)
x |
data.frame or matrix containing the coordinates. |
matrix of angle(s)
Florian Wagner florian.wagner@wagnius.ch
math_angle_quadrant(c(1,1))/pi*180
x <- expand.grid(x = -1:1, y = -1:1)|>as.matrix()
cbind(x, result = math_angle_quadrant(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.