powered by
Auxiliary function to plot partial results during evaluation of estgtp.
plot_conn(X, C)
The input set from the estgtp function
Prepared parameter from the estgtp function
Auxiliary function which plots next step of partial results during calculation of the estgtp function.
library(spatstat) kappa = 10 omega = .1 lambda= .5 theta = 10 X = rgtp(kappa, omega, lambda, theta, win = owin(c(0, 1), c(0, 1))) plot_conn(X$X, X$C)
Run the code above in your browser using DataLab