plot_conn | R Documentation |
Auxiliary function to plot partial results during evaluation of estgtp.
plot_conn(X, C)
X |
The input set from the estgtp function |
C |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.