deg2dec(spaa)
deg2dec()所属R语言包:spaa
Degree to decimal
度为十进制
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert latitude or longitude from degree to decimal format
十进制格式转换纬度或经度程度
用法----------Usage----------
deg2dec(h, m, s)
参数----------Arguments----------
参数:h
Degree
度
参数:m
Minute
分钟
参数:s
Second
第二
Details
详细信息----------Details----------
Convert latitude or longitude from degree to decimal format.
转换纬度或经度程度十进制格式。
值----------Value----------
Degree of decimal format
度十进制格式
注意----------Note----------
Places with eastern hemisphere should have longitude and southern hemisphere less than zero.
东半球的地方应该有经度南半球小于零。
(作者)----------Author(s)----------
Jinlong Zhang <a href="mailto:jinlongzhang01@gmail.com">jinlongzhang01@gmail.com</a>
实例----------Examples----------
## deg2dec() example[:#deg2dec()的例子]
##Paris[#巴黎]
L1 = deg2dec(-2,20,14)
phi1 = deg2dec(48, 50, 11)
##Washington DC[#华盛顿DC]
L2 = deg2dec(77,03,56)
phi2 = deg2dec(38,55,17)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|