View source: R/angle_convert.R
rad2deg | R Documentation |
Convert radians to angle degrees
rad2deg(rad)
rad |
a numeric vector of radians |
a numeric vector of corresponding angle degrees
rad<-c(0, pi/6, pi/4, pi/3, pi/2, pi, 3/2*pi, 2*pi) rad2deg(rad)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.