C_corrFdKt(solaR)
C_corrFdKt()所属R语言包:solaR
Correlations between the fraction of diffuse irradiation and the
部分弥漫性照射和之间的相关性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A set of correlations between the fraction of diffuse irradiation and the clearness index used by fCompD and fCompI.
一组使用fCompD和fCompI漫照射的清晰度指数的分数之间的相关性。
用法----------Usage----------
## Monthly means of daily values
FdKtPage(Ktd)
FdKtLJ(Ktd)
## Daily values
FdKtCPR(Ktd)
FdKtEKDd(Ktd, sol)
FdKtCLIMEDd(Ktd)
## Intradaily values
FdKtEKDh(kt)
FdKtCLIMEDh(kt)
FdKtBRL(kt, sol)
参数----------Arguments----------
参数:Ktd
A numeric, the daily clearness index.
一个数字,每天的晴空指数。
参数:kt
A numeric, the intradaily clearness index.
一个数字,intradaily的晴空指数。
参数:sol
A Sol object provided by calcSol or a zoo object provided by fSolD or fSolI.
ASol对象提供calcSol或zoo对象提供fSolD或fSolI。
值----------Value----------
A numeric, the diffuse fraction.
一个数字,漫部分。
(作者)----------Author(s)----------
Oscar Perpi帽谩n Lamigueiro; The BRL model was suggested by Kevin Ummel.
参考文献----------References----------
参见----------See Also----------
fCompD, fCompI
fCompD,fCompI
实例----------Examples----------
Ktd=seq(0, 1, .01)
Monthly=data.frame(Ktd=Ktd)
Monthly$Page=FdKtPage(Ktd)
Monthly$LJ=FdKtLJ(Ktd)
xyplot(Page+LJ~Ktd, data=Monthly,
type=c('l', 'g'), auto.key=list(space='right'))
Ktd=seq(0, 1, .01)
Daily=data.frame(Ktd=Ktd)
Daily$CPR=FdKtCPR(Ktd)
Daily$CLIMEDd=FdKtCLIMEDd(Ktd)
xyplot(CPR+CLIMEDd~Ktd, data=Daily,
type=c('l', 'g'), auto.key=list(space='right'))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|