I'm using density.ppp() to get an intensity function for a series of coordinates. The data is projected and is in units of meters. I'm trying to estimate number of points/km, so after looking at the documentation I used eps = 1000 to set the resolution of the outputted image as 1km2.
But does eps only refer to where the values are estimated? Or the units of area that the intensity function estimate is in?
Do I still need to rescale the values by 1000x1000 to get km2?