Re: [R-sig-Geo] Distance rule that filtering a set of points in "ppp" class by minimum or maximum distance

2020-08-28 Thread Rolf Turner
On Thu, 27 Aug 2020 21:17:58 -0400 ASANTOS via R-sig-Geo wrote: > Dear R-Sig_Geo Members, > > I'd like to find a more simple way to filtering a set of points in a > "ppp" object by minimum or maximum distance. > > In my example using a ants ("ppp" object) in spatstat package: > > #Packages

[R-sig-Geo] Distance rule that filtering a set of points in "ppp" class by minimum or maximum distance

2020-08-27 Thread ASANTOS via R-sig-Geo
Dear R-Sig_Geo Members, I'd like to find a more simple way to filtering a set of points in a "ppp" object by minimum or maximum distance. In my example using a ants ("ppp" object) in spatstat package: #Packages library(spatstat) library(sp) #Point process example data(ants) str(ants) #-