C_fBTi | 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.
library("data.table")
#Average days
BTd <- fBTd(mode = 'prom')
#Intradaily base time for the first day
BTi <- fBTi(BTd = BTd[1], sample = 'hour')
BTi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.