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

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

[复制链接]
发表于 2012-10-1 14:00:30 | 显示全部楼层 |阅读模式
city(UScensus2010)
city()所属R语言包:UScensus2010

                                         Selects one or more CDP(s) from a given state
                                         选择一个或多个(CDP),从一个给定的状态

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

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

city allows the user to pull out the polygon and metadata of one or more CDPs for any given state by name.
city允许用户在任何给定的状态下拉出的多边形和元数据中的一个或更多个CDP按名称。


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


city(name, state, statefips = FALSE, sp.object = NULL, proj = NULL )



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

参数:name
a character string, takes the value of a string or string vector and has to be the exact name or names of CDP(s). (If you are unsure of the exact name a quick way to find it is to load the library(UScensus2010cdp) and pull out the list of names for the state you are interested in (see example).Note: if statefips=TRUE then this must be a CDP fips code.  
一个字符串,将字符串或字符串值的向量,并有确切的名称或名称的CDP(S)。 (如果你不确定一个快速的方法来找到确切的名称是加载library(UScensus2010cdp)和拉出的状态,你有兴趣的名称列表(见例子)。注:如果statefips = TRUE这必须是一个CDP FIPS代码。


参数:state
a character string, can either be the full name (e.g. "oregon"), the abbreviation (e.g. "or"), or the FIPS code (e.g. "41")– note that if you are using the FIPS code you have to change statefips to TRUE.  
一个字符串,可以是完整的名称(例如,“俄勒冈”)的缩写(例如“或”),或的FIPS代码(例如“41”) - 请注意,如果您使用的是FIPS代码你改变statefips到TRUE。


参数:statefips
logical, by default statefips=FALSE, change to TRUE when providing state with a FIPS code.  
逻辑,默认情况下,statefips=FALSE,TRUE提供state用FIPS代码更改。


参数:sp.object
SpatialPolygonsDataFrame, default NULL, allows the user to provide an sp object in which to perform this operation; primarily for use with demographics.add.  
SpatialPolygonsDataFrame,默认NULL,允许用户提供了一个SP的对象,在其中执行此操作,主要用于与demographics.add。


参数:proj
CRS-class, takes a CRS object (e.g. CRS("+proj=utm +zone=10 +datum=NAD83") ); This is simply a wrapper for the spTransform function in rgdal . WARNING requires rgdal package.  
CRS-级,需要CRS对象(如CRS(“+ PROJ = UTM +区域= 10 +基准= NAD83”)),这是一个简单的spTransform在rgdal函数的包装。警告需要rgdal包。


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

An object of class SpatialPolygonsDataFrame.
对象的类SpatialPolygonsDataFrame。


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



Zack W. Almquist <a href="mailto:almquist@uci.edu">almquist@uci.edu</a>




参考文献----------References----------


Bureau, 2011. <br> http://www.census.gov/prod/cen2000/doc/sf1.pdf

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


## Not run: [#不运行:]
##Load oregon.cdp10 data [#加载oregon.cdp10数据]
data(oregon.cdp10)

##look at the list of oregon CDP names in alphabetic order[#在俄勒冈州CDP名称列表按字母顺序排列]
oregon.cdp10$name[order(oregon.cdp10$name)]

##grab the CDP of Portland, OR[抢CDP Portland,OR的]
portland<-city(name="portland",state="or")


##plot the polygon of Portland, OR[#绘制多边形Portland,OR的]
plot(portland)
title("Portland, OR")

## End(Not run)[#(不执行)]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 02:45 , Processed in 0.023631 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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