write.nb.gal(spdep)
write.nb.gal()所属R语言包:spdep
Write a neighbours list as a GAL lattice file
一个邻居列表写作为GAL格文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Write a neighbours list as a GAL lattice file, may also use newer GeoDa header format
写一个邻居列表作为GAL格文件,也可以使用新的GeoDa头格式
用法----------Usage----------
write.nb.gal(nb, file, oldstyle=TRUE, shpfile=NULL, ind=NULL)
参数----------Arguments----------
参数:nb
an object of class nb with a list of integer vectors containing neighbour region number ids.
类的一个对象nb的列表包含邻域数IDS的整数向量。
参数:file
name of file with GAL lattice data
与的GAL格数据的文件名
参数:oldstyle
if TRUE, first line of file contains only number of spatial units, if FALSE, uses newer GeoDa style
如果为TRUE,文件的第一行只包含的空间单元的数量,如果为FALSE,使用较新的GeoDa风格
参数:shpfile
Shapefile name taken from GAL file for this dataset
该数据集的Shapefile名字取自GAL文件
参数:ind
region id indicator variable name
区域ID指示变量名称
(作者)----------Author(s)----------
Roger Bivand <a href="mailto:Roger.Bivand@nhh.no">Roger.Bivand@nhh.no</a>
参见----------See Also----------
read.gal
read.gal
实例----------Examples----------
example(columbus)
GALfile <- tempfile("GAL")
write.nb.gal(col.gal.nb, GALfile)
col.queen <- read.gal(GALfile)
summary(diffnb(col.queen, col.gal.nb))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|