math_angle_quadrant_vector | R Documentation |
Find the angle to the first axis "x" for given vector of coordinates.
math_angle_quadrant_vector(x)
x |
vector containing the coordinates. e.g. First x, second y. |
Returns Quadrant of vector x
in radiants.
Florian Wagner florian.wagner@wagnius.ch
math_angle_quadrant_vector(c( 1, 1))/pi*180
math_angle_quadrant_vector(c(-1, 1))/pi*180
math_angle_quadrant_vector(c(-1,-1))/pi*180
math_angle_quadrant_vector(c( 1,-1))/pi*180
math_angle_quadrant_vector(c( 0, 1))/pi*180
math_angle_quadrant_vector(c( 0,-1))/pi*180
math_angle_quadrant_vector(c( 1, 0))/pi*180
math_angle_quadrant_vector(c(-1, 0))/pi*180
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.