LST {solrad}R Documentation

Local Standard Time

Description

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

Usage

LST(DOY)

Arguments

DOY

Day of year

Examples


#Calculating  local standard time for two consecutive days

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

lst <- LST(DOY)

plot(DOY, lst)


[Package solrad version 1.0.0 Index]