R/utils.R
radians.Rd
This function takes an angle in degrees and converts it to radians.
radians(angle)
numeric value representing the angle in degrees
numeric value representing the angle in radians
radians(90L) #> Error in radians(90L): could not find function "radians"