View source: R/solar_pv_models.R
deg2rad | R Documentation |
Convert degrees to radians
deg2rad(x)
rad2deg(x)
x |
numeric vector, radians
rad2deg(pi)
deg2rad(180)
deg2rad(rad2deg(pi))
cos(pi); cos(deg2rad(rad2deg(pi)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.