View source: R/miscellaneous.R
radsToDegs | R Documentation |
Converts Radians to Degrees
radsToDegs(rad)
rad |
vector of radians |
numeric vector giving the input rad
values as degrees
radsToDegs(rad = seq(0, 2 * pi, by = (pi / 12) ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.