Computes the average number of points per unit length in a point pattern on a linear network.
# S3 method for lpp
intensity(X, ...)
A point pattern on a linear network (object of class "lpp"
).
Ignored.
A numeric value (giving the intensity) or numeric vector (giving the intensity for each possible type).
This is a method for the generic function intensity
It computes the empirical intensity of a point pattern
on a linear network (object of class "lpp"
),
i.e. the average density of points per unit length.
If the point pattern is multitype, the intensities of the different types are computed separately.
# NOT RUN {
intensity(chicago)
# }
Run the code above in your browser using DataLab