Built-in Trigonometric functions in R
Trigonometric functions are the part of built-in mathematical functions. All these functions are vectorised. In this tutorial you will learn some built-in trigonometric functions in R and how to use these trigonometric functions in R. Built-in Trigonometric functions Commonly used trigonometric functions in R are listed below: Function Operation Performed sin(x) sine value of x …