R/solarDecl.R

Defines functions solarDecl

solarDecl <-
  function(i) {
    rod <-  0.4093*sin((2*pi*(284+i))/365)
    rod
  }

Try the sirad package in your browser

Any scripts or data that you put into this service are public.

sirad documentation built on May 2, 2019, 4:41 p.m.