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

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

[复制链接]
发表于 2012-10-1 13:58:58 | 显示全部楼层 |阅读模式
county(UScensus2000)
county()所属R语言包:UScensus2000

                                         Selects one or more counties in a given state
                                         在一个给定的状态中选择一个或多个县

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

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

county allows the user to pull out the polygon and metadata of one or more county(s) from a given state.
county允许用户从一个给定的状态中拉出来的多边形和元数据的一个或多个县(S)。


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


county(fips = NULL, name = NULL, state, level = c("tract", "blk", "blkgrp"), statefips = FALSE, sp.object=NULL, proj=NULL)



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

参数:fips
a character string, takes a string of three characters (i.e. a county FIPS code (e.g. "001").  
一个字符串,需要三个字符的字符串(即县FIPS代码(例如“001”)。


参数:name
a character string, this must be the name of an actual county in the state (e.g. "Baker" county Oregon). This variable is insensitive to case.  
一个字符串,这必须是一个实际的状态(例如,“贝克”县俄勒冈州)县的名称。这个变量是大小写不敏感的。


参数: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. This variable is insensitive to case.  
一个字符串,可以是完整的名称(例如,“俄勒冈”)的缩写(例如“或”),或的FIPS代码(例如“41”) - 请注意,如果您使用的是FIPS代码你改变statefips到TRUE。这个变量是大小写不敏感的。


参数:level
a character string, takes in one of three values: "tract", "blk",  or "blkgrp". This defines the geographic level of data for the county.  
一个字符串,需要在以下三个值之一:“道”,“大牌”,或“blkgrp”。这定义县的GEO数据。


参数: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。


警告----------Warning ----------

You must have the packages UScensus2000blkgrp and UScensus2000blk installed to use levels "blkgrp" and "blk" respectively.
您必须拥有的包UScensus2000blkgrp和UScensus2000blk安装使用水平“blkgrp”和“BLK”。


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


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




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


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

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


#### look at the counties of Oregon[###看看在俄勒冈州的县]
data(countyfips)
countyfips[countyfips$statename=="oregon",]

### The county fips code is the last three characters[##县的FIPS代码是最后三个字符]
county.f<-"001"
county.n<-c("deschutes","crook county")

## Pull out these counties[#拉出这些县]
c1<-county(fips=county.f,state="or",level="tract")
c2<-county(name=county.n,state="or",level="tract")

##Plot counties[#图县的]
oregon.counties<-countyfips[countyfips$statename=="oregon",]
col<-cbind(c("red","blue"),c("013","017"))
plot(c2,col=col[match(c2$county,col[,2]),1],border="gray")
title("Deschutes and Crook counties, OR 2000")
coord<-coordinates(c2)
text(coord[c(1,4),],oregon.counties$countyname[oregon.counties$countyname%in%county.n],cex=2)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 00:57 , Processed in 0.021610 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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