找回密码
 注册
查看: 884|回复: 0

R语言 weathermetrics包 fahrenheit.to.celsius()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 20:36:14 | 显示全部楼层 |阅读模式
fahrenheit.to.celsius(weathermetrics)
fahrenheit.to.celsius()所属R语言包:weathermetrics

                                        Convert from Fahrenheit to Celsius
                                         华氏度转换为摄氏度

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Create a vector of temperatures in Celsius from a vector of temperature in Fahrenheit
创建一个矢量从矢量的温度在华氏的温度在摄氏


用法----------Usage----------


fahrenheit.to.celsius(T.fahrenheit, round = 2)



参数----------Arguments----------

参数:T.fahrenheit
a vector of temperature values in Fahrenheit  
华氏温度值的向量


参数:round
number of digits to round the converted value  
24转换后的值的位数


值----------Value----------

A vector of temperature values in Celsius
在摄氏温度值的矢量


注意----------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




参见----------See Also----------

celsius.to.fahrenheit
celsius.to.fahrenheit


实例----------Examples----------


## Convert from Fahrenheit to Celsius[#转换到华氏摄氏度]
data(norfolk)
norfolk$TempC <- fahrenheit.to.celsius(norfolk$TemperatureF)
norfolk

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-25 12:44 , Processed in 0.020693 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表