radians: Convert angular measurements from degrees to radians.

View source: R/math.R

radiansR Documentation

Convert angular measurements from degrees to radians.

Description

Convert angular measurements from degrees to radians.

Usage

radians( x )

Arguments

x

A real value in degrees

Value

Angle in radians.

Examples

orientation <- 90 # degrees
radians( orientation ) # this should return a value equal to pi / 2 radians#' 

brandynlucca/acousticTS documentation built on July 4, 2025, 12:43 a.m.