Description Usage Arguments Value Author(s) Examples
rad2degree converts radians to degrees.
1 | rad2degree(x)
|
x |
an angle in radians |
the angle with the positive x-axis in degrees.
Jan Graffelman (jan.graffelman@upc.edu)
1 2 3 | x <- pi/2
a <- rad2degree(x)
cat("angle is",a,"degrees\n")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.