STLK | R Documentation |
This function computes the K-function for spatio-temporal point patterns on linear networks.
STLK(X,r=NULL,t=NULL,nxy=10)
X |
a spatio-temporal point pattern of class |
r |
values of argument r where pair correlation function will be evaluated. optional |
t |
values of argument t where pair correlation function will be evaluated. optional |
nxy |
pixel array dimensions. optional |
This function calculates the K-function for a homogeneous spatio-temporal point patterns on a linear network.
An object of class sumstlpp
.
Mehdi Moradi <m2.moradi@yahoo.com>
Moradi, M., & Mateu, J. (2020). First-and second-order characteristics of spatio-temporal point processes on linear networks. Journal of Computational and Graphical Statistics, 29(3), 432-443.
Kest
, STLg
X <- rpoistlpp(.2,a=0,b=5,L=easynet)
k <- STLK(X)
plot(k)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.