Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


spacey (version 0.1.1)

deg_to_rad: Convert decimal degrees to radians

Description

Convert decimal degrees to radians

Usage

deg_to_rad(deg)

Arguments

deg

A vector of values, in decimal degrees, to convert to radians

Value

A vector of the same length in radians

Examples

Run this code
# NOT RUN {
deg_to_rad(360)
rad_to_deg(deg_to_rad(360))
# }

Run the code above in your browser using DataLab