Learn R Programming

aspace (version 3.2)

as_radians: Converts degrees to radians

Description

This function converts an angular measure stored in degrees to radians. This is an alternative to the rad function available in the package circular.

Usage

as_radians(theta = 0)

Arguments

theta
A numeric angular measurement in degrees from north.

Value

Details

Achieves a very simple conversion with a convenient function call.

See Also

sin_d, cos_d, tan_d, asin_d, acos_d, atan_d