rthin.stlpp | R Documentation |
This function applies independent random thinning to a spatio-temporal point pattern on a linear network.
## S3 method for class 'stlpp'
rthin(X, P = P, nsim = 1)
X |
a spatio-temporal point pattern of class |
P |
retention probability |
nsim |
number of simulated realisations to be generated |
See rthin
.
An object of the same kind as X if nsim=1, or a list of such objects if nsim > 1.
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.
stlpp
, rthin
data(Medellin)
rthin(Medellin,P=.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.