Kfn(spatial)
Kfn()所属R语言包:spatial
Compute K-fn of a Point Pattern
计算点模式的K-FN
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Actually computes L = sqrt(K/pi).
实际上计算L = sqrt(K/pi)的。
用法----------Usage----------
Kfn(pp, fs, k=100)
参数----------Arguments----------
参数:pp
a list such as a pp object, including components x and y
如一个PP对象名单,其中包括组件x和y
参数:fs
full scale of the plot
满刻度的图
参数:k
number of regularly spaced distances in (0, fs) </table>
定期间隔距离在(0,fs)</表>
Details
详情----------Details----------
relies on the domain D having been set by ppinit or ppregion.
依赖于域Dppinit或ppregion设置。
值----------Value----------
A list with components
与组件列表
参数:x
vector of distances
距离向量
参数:y
vector of L-fn values
L - FN值向量
参数:k
number of distances returned – may be less than k if fs is too large
- 返回距离可能小于k如果fs太大
参数:dmin
minimum distance between pair of points
对点之间的最小距离
参数:lm
maximum deviation from L(t) = t </table>
从L的最大偏差(T)= T </ TABLE>
参考文献----------References----------
Modern Applied Statistics with S. Fourth edition. Springer.
参见----------See Also----------
ppinit, ppregion, Kaver, Kenvl
ppinit,ppregion,Kaver,Kenvl
举例----------Examples----------
towns <- ppinit("towns.dat")
par(pty="s")
plot(Kfn(towns, 10), type="s", xlab="distance", ylab="L(t)")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|