Learn R Programming

solrad (version 1.0.0)

LST: 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

Run this code
# NOT RUN {
#Calculating  local standard time for two consecutive days

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

lst <- LST(DOY)

plot(DOY, lst)

# }

Run the code above in your browser using DataLab