to_deg_rad {monoClust} | R Documentation |
Transform Between Degree and Radian
Description
This function transforms a circular angle from degree to radian or from radian to degree.
Usage
torad(x)
todeg(x)
Arguments
x |
A degree value if |
Value
A radian value if torad
or degree value if todeg
.
Examples
torad(90)
torad(-45)
todeg(pi/2)
[Package monoClust version 1.2.1 Index]