intensity_kernel | R Documentation |
Intensity Estimation on Geometric Networks based on Kernel Smoothing
intensity_kernel(X, kernel = "heat")
X |
A point pattern on a geometric network (object of class
|
kernel |
If |
A fitted point process on a linear network, an object of class
lppfit
.
X <- runifgn(n = 50, G = small_gn) fit <- intensity_kernel(X) plot(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.