LST: Local Standard Time

Description Usage Arguments Examples

Description

This function returns local standard time (in minutes) given a day of the year value.

Usage

1
LST(DOY)

Arguments

DOY

Day of year

Examples

1
2
3
4
5
6
7
#Calculating  local standard time for two consecutive days

DOY <- seq(0, 2, .05)

lst <- LST(DOY)

plot(DOY, lst)

bnasr/calcSolar documentation built on May 17, 2019, 9:12 a.m.