當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


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。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。