degrees | R Documentation |
Convert angular measurements from radians to degrees
degrees( x )
x |
A real value in radians |
Angle in degrees
orientation <- pi / 2 # radians
degrees( orientation ) # this should return a value equal to 90 degrees
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.