m <- clusterprocess("Thomas", kappa=10, mu=5, scale=0.1)
m2 <- clusterprocess("VarGamma", kappa=10, mu=10, scale=0.1, nu=0.7)
m
m2
intensity(m)
reach(m)
clusterradius(m)
Z <- predict(m, locations=square(2))
X <- simulate(m, win=square(2))
Run the code above in your browser using DataLab