rad {circular} | R Documentation |
Radians
Description
Converts degrees to radians.
Usage
rad(x)
Arguments
x |
vector or matrix of degree measurements. |
Details
This function is available for compatibility with the CircStats
package, please use conversion.circular
.
Value
Returns a vector or matrix of radian measurements corresponding to the data in degrees.
Author(s)
Claudio Agostinelli and Ulric Lund
See Also
[Package circular version 0.5-0 Index]