C_fBTi {solaR2} | R Documentation |
Construction of an intra-daily time base for solar irradiation calculation
fBTi(BTd, sample = 'hour')
BTd |
vector, it may be a result for |
sample |
character, identify the sample of the time set. Its default value is 'hour'. |
This function is commonly used inside fSolI
.
This function returns a POSIXct
object.
Oscar Perpiñán Lamigueiro, Francisco Delgado López.
#Average days
BTd <- fBTd(mode = 'prom')
#Intradaily base time for the first day
BTi <- fBTi(BTd = BTd[1], sample = 'hour')
BTi