| rad2deg | R Documentation |
Just a helper to multiply radians by 180 and divide by \pi to get degrees.
note: R's trig functions, e.g. sin() use Radians for input!
There are 2\pi radians in a circle.
1 Rad = 180/\pi degrees = ~ 57.296 degrees.
rad2deg(rad)
rad |
The value in Radians you wish to convert |
value in degrees
https://en.wikipedia.org/wiki/Radian
deg2rad(), sin()
Other Miscellaneous Functions:
deg2rad(),
fin_JustifiedPE(),
fin_NI(),
fin_expected(),
fin_interest(),
fin_net_present_value(),
fin_percent(),
fin_ticker(),
fin_valuation(),
umxBrownie()
rad2deg(pi) #180 degrees
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.