heat.index.algorithm(weathermetrics)
heat.index.algorithm()所属R语言包:weathermetrics
Algorithm for heat.index function
heat.index的函数的算法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert a single value of temperature (in Fahrenheit) and a single value of relative humidity (in %) to heat index (in Fahrenheit). This function is not meant to be used outside of the 'heat.index' function.
转换温度(华氏温度)和一个值的相对湿度(%)热指数(华氏)的一个值。此功能并不意味着外部使用的的“heat.index的函数。
用法----------Usage----------
heat.index.algorithm(t = NA, rh = NA)
参数----------Arguments----------
参数:t
a single value of temperature, in Fahrenheit
一个单一的温度值,在华氏
参数:rh
a single value of relative humidity, in %
的相对湿度,在一个单一的值%
Details
详细信息----------Details----------
If an impossible value of relative humidity is given (below 0% or above 100%), heat index is returned as 'NA'.
如果一个不可能的值给出的相对湿度(低于0%或100%以上),则返回为“NA”热指数。
值----------Value----------
A single value of heat index, in Fahrenheit
一个单值的热指数,在华氏
注意----------Note----------
Equations are from the source code for the US National Weather Service's online heat index calculator (http://www.hpc.ncep.noaa.gov/html/heatindex.shtml).
方程是从美国国家气象局的网上热指数的计算器(http://www.hpc.ncep.noaa.gov/html/heatindex.shtml)的源代码。
(作者)----------Author(s)----------
Brooke Anderson and Roger Peng
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|