plot_conn: plot_conn

View source: R/estgtp.R

plot_connR 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)


binspp documentation built on June 8, 2025, 1:50 p.m.