Skip to content
Prev 277992 / 398506 Next

Using GIS data in R

On 21/11/11 08:01, JeffND wrote:
It would be nice to have some context ... nabble strikes again.

But to get to your question:  How do you think the boundary of Texas
(irregular as it may be) is specified?  I expect that it is specified as
a polygon!!!  It may be *very* ``poly'' --- i.e. have a large number of
edges --- but it's still a polygon and inside.owin() will still work on it.

Have a look at the data set "nbfires" in the spatstat package.  New
Brunswick has an ``irregular boundary'' too!

Have you *tried* making your specification of Texas into an owin object?
Follow the instructions in the vignette given by:

     vignette("shapefiles")

     cheers,

         Rolf Turner