I am using the Spatstat package in R for spatial point analysis. My dataset comprises location coordinates i.e. latitude and longitude of some event upto 6 places of decimal. It has some 9898 observations.
Here`s the output of the summary for the point pattern:
Planar point pattern: 9898 points
Average intensity 149786.3 points per square unit
Coordinates are given to 6 decimal places
units
Window area = 0.0660808 square units
My question is that how can the Average Intensity value be so huge? Or is my approach of creating a point pattern is wrong? Please help!