Immig.death.lpp: Simulate immigration-death pattern over a linear network

Description Usage Arguments Value Author(s) References Examples

View source: R/Immig.death.lpp.R

Description

Simulate immigration-death pattern over a linear network

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
Immig.death.lpp(
  L,
  a = pi/2,
  t = 10,
  alpha = 1,
  d = 0.001,
  prob_accep = 1,
  r = 0.2,
  N = 0,
  strauss = FALSE,
  burnin = 10000,
  nsim = 1,
  verbose = TRUE,
  Figure = TRUE,
  C = 1
)

Arguments

L

a linear network

a

anisotropy angle

t

pi/t is the tolerance

alpha

immigration arte

d

death rate

prob_accep

probability to accept a new arriving point

r

r

N

N

strauss

strauss

burnin

burnin

nsim

number of patterns to be simulated

verbose

logical

Figure

logical

C

C

Value

if nsim=1 a single realization, otherwise a list of realizations of lpp objects

Author(s)

Carles Comas carles.comas@udl.cat, Mehdi Moradi m2.moradi@yahoo.com

References

Moradi, M., Mateu, J,. and Comas, C. (2020) Directional analysis for point patterns on linear networks. Stat.

Examples

1
2
 X <- Immig.death.lpp(L=branchnet,a=pi/2,t=10,alpha=1.0,d=0.001,prob_accep=0,r=0.15,N=0,strauss=FALSE,burnin=10000,nsim=1,verbose=TRUE,Figure=TRUE,C=1)
 plot(X,pch=20,col="red",cols="blue",main="")

Moradii/anisotropylpp documentation built on Oct. 22, 2020, 7:05 a.m.