C_utils-angle {solaR} | R Documentation |
Several small functions to convert angle units.
d2r(x)
r2d(x)
h2r(x)
h2d(x)
r2h(x)
d2h(x)
r2sec(x)
x |
A numeric value. |
A numeric value:
Degrees to radians.
Radians to degrees.
Hours to radians.
Radians to hours.
Hours to degrees.
Degrees to hours.
Radians to seconds.
Oscar Perpiñán Lamigueiro.