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