rad2degree {calibrate} | R Documentation |
rad2degree converts radians to degrees.
rad2degree(x)
x |
an angle in radians |
the angle with the positive x-axis in degrees.
Jan Graffelman (jan.graffelman@upc.edu)
x <- pi/2
a <- rad2degree(x)
cat("angle is",a,"degrees\n")