## S3 method for class 'lpp':
density(x, sigma, \dots,
epsilon = 1e-06, verbose = TRUE, debug = FALSE, savehistory = TRUE)## S3 method for class 'splitppx':
density(x, sigma, \dots)
"lpp")
to be smoothed.x.as.mask determining the
resolution of the result.epsilon may be deleted."linim").sigma. The computational complexity increases exponentially with
sigma.
You Have Been Warned.
x.
The result is a pixel image on the linear network (class
"linim") which can be plotted. There is also a method for split point patterns on a linear network
(class "splitppx") which will return a list of pixel images.
lpp,
linimX <- runiflpp(3, simplenet)
D <- density(X, 0.2, verbose=FALSE)
plot(D, style="w", main="", adjust=2)Run the code above in your browser using DataLab