Skip to contents

This function takes an angle in degrees and converts it to radians.

Usage

radians(angle)

Arguments

angle

numeric value representing the angle in degrees

Value

numeric value representing the angle in radians

Examples

radians(90L)
#> Error in radians(90L): could not find function "radians"