Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rad2deg

Convert Radians to Degrees


Description

Just a helper to multiply radians by 180 and divide by π to get degrees.

note: R's trig functions, e.g. sin() use Radians for input! There are radians in a circle. 1 Rad = 180/π degrees = ~ 57.296 degrees.

Usage

rad2deg(rad)

Arguments

rad

The value in Radians you wish to convert

Value

  • value in degrees

References

See Also

Other Miscellaneous Functions: deg2rad(), fin_NI(), fin_interest(), fin_percent(), fin_valuation(), loadings.MxModel(), umxBrownie()

Examples

rad2deg(pi) #180 degrees

umx

Structural Equation Modeling and Twin Modeling in R

v4.10.10
GPL-3
Authors
Timothy C. Bates [aut, cre] (<https://orcid.org/0000-0002-1153-9007>), Gillespie Nathan [wit], Michael Zakharin [wit], Brenton Wiernik [ctb], Joshua N. Pritikin [ctb], Michael C. Neale [ctb], Hermine Maes [ctb]
Initial release
2021-11-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.