Learn R Programming

FAO56 (version 1.0)

DD2Rad: Degree to Radian Converter

Description

DD2Rad converts the value of an angel in the unit degree to the unit radian.

Usage

DD2Rad(phi_deg)

Value

The function convert the value of an angel in the unit degree to the unit radian as a numeric scalar.

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.

See Also

SunHA.

Examples

Run this code
DD2Rad(phi_deg = 60.73)

Run the code above in your browser using DataLab