View source: R/angle_convert.R
deg2rad | R Documentation |
Convert angles degrees to radians
deg2rad(deg)
deg |
a numeric vector of angles degrees |
a numeric vector of corresponding radians
deg<- c(0, 30, 45, 60, 90, 180, 270, 360) deg2rad(deg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.