simpsonF(spatialsegregation)
simpsonF()所属R语言包:spatialsegregation
Spatial Simpson Index
空间Simpson指数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute the spatial and aspatial Simpson index for a given multitype point pattern.
对于一个给定的多类型点图案的空间和非空间Simpson指数计算。
用法----------Usage----------
simpsonF(X, r=NULL, ...)
simpson.index(X, spatial=FALSE, ...)
参数----------Arguments----------
参数:X
Multitype point pattern of class ppp (see package 'spatstat')
多类型,点模式类ppp(见包spatstat“)
参数:r
Vector of sizes for neighbourhoods, e.g. geometric graph with different ranges.
向量的大小的社区,例如geometric图,不同的范围。
参数:spatial
If FALSE, return the classical aspatial index value.
如果为FALSE,返回古典的非空间的索引值。
参数:...
Further parametes for the function segregationFun.
进一步parametes的功能segregationFun。
Details
详细信息----------Details----------
The form of Simpson index is <VAR>S = 1 - sum pi_tau</VAR>, where the sum is over the types of the pattern, and <VAR>pi_tau</VAR> is like in Shimatani\& Kubota 2004.
Simpson指数的形式是<VAR> S = 1 - 总和pi_tau </ VAR>,其中求和是多类型的模式,<VAR> pi_tau </ VAR>就像是在岛谷\ 2004年与久保田。
The function simpsonF is the main calculation function. Uses function segregationFun.
函数simpsonF是主要的计算功能。使用功能segregationFun。
The function simpson.index is a shortcut to get a single value for the pattern. Uses 4-nn graph by default.
函数simpson.index是一个快捷方式得到一个单一的格局。默认情况下,使用4-NN图。
值----------Value----------
Returns an fv-object, see spatstat for more information.
返回一个fv对象,spatstat的详细信息。
(作者)----------Author(s)----------
Tuomas Rajala
University of Jyvaskyla, Finland
tuomas.rajala@iki.fi
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|