npfun(spatstat)
npfun()所属R语言包:spatstat
Dummy Function Returns Number of Points
虚拟函数返回点数量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns a summary function which is constant with value equal to the number of points in the point pattern.
返回一个汇总函数值相等的点图案中的点的数量是恒定的。
用法----------Usage----------
npfun(X, ..., r)
参数----------Arguments----------
参数:X
Point pattern.
点模式。
参数:...
Ignored.
忽略。
参数:r
Vector of values of the distance argument r.
矢量的距离参数r的值。
Details
详细信息----------Details----------
This function is normally not called by the user. Instead it is passed as an argument to the function psst.
该功能通常不是由用户调用。相反,它是通过作为参数的功能psst。
值----------Value----------
Object of class "fv" representing a constant function.
类"fv"表示一个常数函数的对象。
(作者)----------Author(s)----------
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>
Ege Rubak and Jesper Moller.
参见----------See Also----------
psst
psst
实例----------Examples----------
data(cells)
fit0 <- ppm(cells, ~1)
v <- psst(fit0, npfun)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|