plot_conn {binspp} | R Documentation |
plot_conn
Description
Auxiliary function to plot partial results during evaluation of estgtp.
Usage
plot_conn(X, C)
Arguments
X |
The input set from the estgtp function |
C |
Prepared parameter from the estgtp function |
Details
Auxiliary function which plots next step of partial results during calculation of the estgtp function.
Examples
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)
[Package binspp version 0.2.2 Index]