Learn R Programming

vmsbase (version 2.2.1)

rad2deg: Radians to Degree Angles conversion function

Description

rad2deg converts radian heading data to degree values.

Usage

rad2deg(heading)

Arguments

heading

The value in radians of the heading.

Value

The function returns the heading value converted in degrees

Examples

Run this code
# NOT RUN {
rad2deg(heading = 1.4)

# }

Run the code above in your browser using DataLab