powered by
This function converts an angular measure stored in degrees to radians. This is an alternative to the rad function available in the package circular.
as_radians(theta = 0)
Returns a numeric value for an angle in radians that is equivalent to the input theta in degrees.
A numeric angular measurement in degrees from north.
Tarmo K. Remmel
Achieves a very simple conversion with a convenient function call.
sin_d, cos_d, tan_d, asin_d, acos_d, atan_d
sin_d
cos_d
tan_d
asin_d
acos_d
atan_d
as_radians(theta = 90)
Run the code above in your browser using DataLab