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

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

[复制链接]
发表于 2012-9-30 00:24:36 | 显示全部楼层 |阅读模式
segdata(seg)
segdata()所属R语言包:seg

                                        Hypothetical Patterns of Segregation
                                         假设隔离模式

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

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

This data set contains eight different spatial configurations that were used by Morrill (1991) and Wong (1993) to test their segregation measures.
该数据集包含8个不同的空间配置,使用的莫里尔(1991)和黄(1993),以测试它们的隔离措施。


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


data(segdata)



格式----------Format----------

A class of SpatialPolygonsDataFrame. The data slot contains 16 columns, representing eight idealised spatial patterns. Each column indicates the following information:
A级SpatialPolygonsDataFrame。数据槽包含16列,代表8个理想化的空间格局。每一列显示以下信息:

A1
A1

A2
A2

B1
B1

B2
B2

C1
C1

C2
C2

D1
D1

D2
D2

E1
E1

E2
E2

F1
F1

F2
F2

G1
G1

G2
G2

H1
H1

H2
H2


源----------Source----------

Morrill, R. L. (1991). On the measure of geographic segregation. Geography Research Forum, 11, 25-36.
莫里尔,,R. L.(1991)。在GEO隔离措施。GEO研究论坛,11,25-36。

Wong, D. W. S. (1993). Spatial Indices of Segregation. Urban Studies, 30, 559-572.
黄,,D. W. S.(1993)。空间隔离指数。城市发展研究,30,559-572。


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


data(segdata)
par(mfrow = c(2, 4), mar = c(0, 1, 0, 1))
for (i in 1:8) {
  full <- data.frame(segdata)[,(2 * i)-1] == 100
  half <- data.frame(segdata)[,(2 * i)-1] == 50
  plot(segdata)
  plot(segdata[full,], col = "Black", add = TRUE)
  if (any(half))
    plot(segdata[half,], col = "Grey", add = TRUE)
  text(5, 11.5, labels = paste("Pattern", LETTERS[i]))
}

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-30 14:29 , Processed in 0.023989 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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