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)

solrad documentation built on May 2, 2019, 12:38 p.m.