Skip to content
Prev 10896 / 29559 Next

help tp select points of border with spatstat

On 11/02/2011, at 9:56 AM, gianni lavaredo wrote:

            
If I understand your question correctly, what you should do is create
a data frame (say ``DF'') with columns "x" and "y" specifying the  
coordinates of
the points on (the border of) your ``wave shape''.  The points should  
be listed
in the ***anticlockwise*** direction, and the last point should  
***not*** repeat
the first.  Then do

	W <- owin(poly=DF)

HTH.

	cheers,

		Rolf Turner