district_of_columbia.cdp(UScensus2000cdp)
district_of_columbia.cdp()所属R语言包:UScensus2000cdp
district_of_columbia.cdp
district_of_columbia.cdp
译者:生物统计家园网 机器人LoveR
描述----------Description----------
district_of_columbia.cdp is a SpatialPolygonsDataFrame with polygons made from the 2000 US Census tiger/line boundary files (http://www.census.gov/geo/www/tiger/) for Census Designated Places (CDP). It also contains 86 variables from the Summary File 1 (SF 1) which contains the 100-percent data (http://www.census.gov/prod/cen2000/doc/sf1.pdf).
district_of_columbia.cdp是一个SpatialPolygonsDataFrame从2000年美国人口普查虎/线路边界的文件(http://www.census.gov/geo/www/tiger/)政府指定的地方(CDP)的多边形。它也包含了86个变量的概要文件(SF),其中包含了100%的数据(http://www.census.gov/prod/cen2000/doc/sf1.pdf)。
All polygons are projected in CRS("+proj=longlat +datum=NAD83")
所有的多边形预计在CRS(“+ PROJ = longlat +基准= NAD83”)
用法----------Usage----------
data(district_of_columbia.cdp)
Details
详细信息----------Details----------
ID Variables <br>
ID变量参考
</table>
</ TABLE>
Census Variables <br>
人口普查变量参考
</table>
</ TABLE>
源----------Source----------
Census 2000 Summary File 1 [name of state1 or United States]/prepared by the U.S. Census Bureau, 2001.
2000年人口普查汇总文件名称状态1或美国/美国人口普查局2001年。
参考文献----------References----------
http://www.census.gov/ <br> http://www2.census.gov/cgi-bin/shapefiles/national-files <br> http://www.census.gov/prod/cen2000/doc/sf1.pdf <br>
实例----------Examples----------
data(district_of_columbia.cdp)
plot(district_of_columbia.cdp,col="yellow")
#text(coordinates(district_of_columbia.cdp),district_of_columbia.cdp$name,cex=.3)[的文本(坐标(district_of_columbia.cdp),district_of_columbia.cdp的名称,CEX = 0.3)]
title(main="Census Designated Places \n of District_of_columbia, 2000", sub="Quantiles (equal frequency)")
legend("bottomright",legend=district_of_columbia.cdp$pop2000,fill="yellow",bty="o",title="Population Count",bg="white")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|