to_deg_rad {monoClust} | R Documentation |
This function transforms a circular angle from degree to radian or from radian to degree.
torad(x)
todeg(x)
x |
A degree value if |
A radian value if torad
or degree value if todeg
.
torad(90)
torad(-45)
todeg(pi/2)