Skip to content
Prev 17883 / 29559 Next

extract polygon

Ross, what you want is subsetting, not extraction.

have you tried:

newSPDF <- columbus[30,]

Reading introductory material such as
http://cran.r-project.org/web/packages/sp/vignettes/intro_sp.pdf
is also a good way to learn the first steps.

Bests,
On 03/29/2013 04:32 PM, Ross Ahmed wrote: