当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


R Kfn 计算点模式的 K-fn


R语言 Kfn 位于 spatial 包(package)。

说明

实际上计算

用法

Kfn(pp, fs, k=100)

参数

pp

一个列表,例如 pp 对象,包括组件 xy

fs

地块的全尺寸

k

(0, fs ) 中规则间隔距离的数量

细节

依赖于 ppinitppregion 设置的域 D 。

包含组件的列表

x

距离向量

y

L-fn 值的向量

k

返回的距离数 - 如果 fs 太大,则可能小于 k

dmin

点对之间的最小距离

lm

与 L(t) = t 的最大偏差

例子

towns <- ppinit("towns.dat")
par(pty="s")
plot(Kfn(towns, 10), type="s", xlab="distance", ylab="L(t)")

参考

Ripley, B. D. (1981) Spatial Statistics. Wiley.

Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.

也可以看看

ppinit , ppregion , Kaver , Kenvl

相关用法


注:本文由纯净天空筛选整理自R-devel大神的英文原创作品 Compute K-fn of a Point Pattern。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。