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

R语言 rworldmap包 joinCountryData2Map()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 21:00:50 | 显示全部楼层 |阅读模式
joinCountryData2Map(rworldmap)
joinCountryData2Map()所属R语言包:rworldmap

                                         Joins user country referenced data to a map
                                         加入用户国家引用的数据图

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

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

Joins user data referenced by country codes or names to an internal map,  ready for plotting using mapCountryData.  Reports join successes and failures.
加入用户数据所引用的国家代码或名称的内部图,准备图使用mapCountryData的。报告加入成功经验和失败教训。


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


joinCountryData2Map(dF
, joinCode = "ISO3"
, nameJoinColumn = "ISO3V10"
, nameCountryColumn = "Country"
, suggestForFailedCodes = FALSE
, projection="none"  #options "none", "EqualArea"
, mapResolution="low"
, verbose = FALSE   
)



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

参数:dF
R data frame with at least one column for country reference and one column of data  
R数据为国家参考帧的至少一个列和一列数据


参数:joinCode
how countries are referenced options "ISO2","ISO3","FIPS","NAME", "UN" = numeric codes  
各国如何引用选项“ISO2”,“ISO3”,“FIPS”,“NAME”,“UN”=数字代码


参数:nameJoinColumn
name of column containing country referencing  
列包含国家名称引用


参数:nameCountryColumn
optional name of column containing country names (used in reporting of success/failure)  
可选名称列的国名(用于报告成功/失败)


参数:suggestForFailedCodes
NOT YET ENABLED T/F whether you want system to suggest for failed codes   
尚未启用T / F失败的代码是否希望系统建议


参数:projection
which map projection to use, options 'none', 'EqualArea' latter uses Mollweide   
使用图投影,选择没有,EqualArea后者使用Mollweide的


参数:mapResolution
resolution of the borders in the internal map, only for projection='none' : options 'low', 'medium'  
边界的内部图,只为投影分辨率=没有选项“低”,“中等”


参数:verbose
if set to FALSE it doesn't print progress messages to console
如果设置为FALSE,它不打印进度信息到控制台


Details

详细信息----------Details----------

Joins data referenced by country codes to an internally stored map to enable plotting.  The user specifies which country code their data are referenced by, and the name of the column in their data containing that referencing data. The user can choose from different map resolutions and projections, uses the function getMap to retrieve the map. The function reports on how many countries successfully join to the map. Data can then be plotted using mapCountryData.
加入内部存储,使绘制的图数据所引用的国家代码。用户指定的国家代码,其数据被引用的,其包含该引用的数据的数据列中的名称。用户可以选择不同的图的决议和预测,使用的功能getMap来检索图。报告上有多少个国家成功地加入到图的功能。数据然后可以绘制使用mapCountryData。


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

An R 'SpatialPolygonsDataFrame' [package "sp"] object with the data joined to it
一个RSpatialPolygonsDataFrame“[包”SP“的数据对象加入到


(作者)----------Author(s)----------


andy south



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

mapCountryData, getMap
mapCountryData,getMap


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


data("countryExData",envir=environment(),package="rworldmap")

sPDF <- joinCountryData2Map(countryExData
              , joinCode = "ISO3"
              , nameJoinColumn = "ISO3V10"
              , projection = "none"
              )
mapCountryData( sPDF
              , nameColumnToPlot="BIODIVERSITY"
              )


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 20:58 , Processed in 0.027067 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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