powered by
Intensity Estimation on Geometric Networks based on Kernel Smoothing
intensity_kernel(X, kernel = "heat")
A fitted point process on a linear network, an object of class lppfit.
lppfit
A point pattern on a geometric network (object of class gnpp).
gnpp
If kernel = "heat", a heat kernel is used. If kernel = "Euclidean", a two-dimensional kernel smoother is used.
kernel = "heat"
kernel = "Euclidean"
X <- runifgn(n = 50, G = small_gn) fit <- intensity_kernel(X) plot(fit)
Run the code above in your browser using DataLab