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