R/daylightTimeFactor.R

Defines functions daylightTimeFactor

daylightTimeFactor <-
  function(lat,i) {
    ws <- acos(-tan(lat)*tan(solarDecl(i)))
    ws
  }

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.