Learn R Programming

geonet (version 0.7.3)

intensity_kernel: Intensity Estimation on Geometric Networks based on Kernel Smoothing

Description

Intensity Estimation on Geometric Networks based on Kernel Smoothing

Usage

intensity_kernel(X, kernel = "heat")

Value

A fitted point process on a linear network, an object of class lppfit.

Arguments

X

A point pattern on a geometric network (object of class gnpp).

kernel

If kernel = "heat", a heat kernel is used. If kernel = "Euclidean", a two-dimensional kernel smoother is used.

Examples

Run this code
X <- runifgn(n = 50, G = small_gn)
fit <- intensity_kernel(X)
plot(fit)

Run the code above in your browser using DataLab