diff_degrees | R Documentation |
Angular difference in degrees
diff_degrees(degree1, degree2 = NULL, ...)
degree1 |
|
degree2 |
|
... |
additional arguments are ignored. |
This function simply returns the difference between two
angles in degrees. When degree1
and degree2
are vectors,
this function operates on the full set in one step.
When degree1
is a vector, and degree2
is NULL
, this
function calculates the difference of each pair in degree1
,
in the order supplied.
Other venndir spatial:
degrees_to_adj()
,
display_angles()
,
mean_degree_arc()
,
mean_degrees()
,
rescale_coordinates()
,
spread_degrees()
diff_degrees(5, 355)
diff_degrees(355, 5)
diff_degrees(-10, 5)
diff_degrees(-10, 355)
diff_degrees(180, 361)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.