DD2Rad {FAO56} | R Documentation |
Degree to Radian Converter
Description
DD2Rad
converts the value of an angel in the unit degree to the unit radian.
Usage
DD2Rad(phi_deg)
Arguments
phi_deg |
Optional. A numeric scalar that denotes the latitude in terms of degree [degree]. |
Details
This is a function to convert the degree unit to radian.
Value
The function convert the value of an angel in the unit degree to the unit radian as a numeric scalar.
Reference
See Also
Examples
DD2Rad(phi_deg = 60.73)
[Package FAO56 version 1.0 Index]