linearK(spatstat)
linearK()所属R语言包:spatstat
Linear K Function
线性K功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes an estimate of the linear K function for a point pattern on a linear network.
计算的估计值的线性K函数为线性网络上的点图案。
用法----------Usage----------
linearK(X, r=NULL, ..., correction="Ang")
参数----------Arguments----------
参数:X
Point pattern on linear network (object of class "lpp").
点线性网络模式(类的对象"lpp"“)。
参数:r
Optional. Numeric vector of values of the function argument r. There is a sensible default.
可选。数字矢量值函数的参数r。有一个合理的默认。
参数:...
Ignored.
忽略。
参数:correction
Geometry correction. Either "none" or "Ang". See Details.
几何校正。无论是"none"或"Ang"。查看详细信息。
Details
详细信息----------Details----------
This command computes the linear K function from point pattern data on a linear network.
该命令计算的线性K功能点的图形数据的线性网络。
If correction="none", the calculations do not include any correction for the geometry of the linear network. The result is the network K function as defined by Okabe and Yamada (2001).
如果correction="none",计算不包括线性网络的几何形状的任何校正。其结果是网络K的功能由冈部和Yamada(2001)所定义。
If correction="Ang", the pair counts are weighted using Ang's correction (Ang, 2010; Ang et al, 2012).
如果correction="Ang",对数进行加权用李安的修正(李安Ang等人,2010年,2012年)。
值----------Value----------
Function value table (object of class "fv").
函数值表(类的对象"fv")。
(作者)----------Author(s)----------
Ang Qi Wei <a href="mailto:aqw07398@hotmail.com">aqw07398@hotmail.com</a> and
Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
参考文献----------References----------
on a linear network. MSc thesis, University of Western Australia.
Geometrically corrected second-order analysis of events on a linear network, with applications to ecology and criminology. To appear in Scandinavian Journal of Statistics.
its computational implementation. Geographical Analysis 33, 271-290.
参见----------See Also----------
compileK, lpp
compileK,lpp
实例----------Examples----------
data(simplenet)
X <- rpoislpp(5, simplenet)
linearK(X)
linearK(X, correction="none")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|