Skip to content
Prev 6710 / 29559 Next

basic polyfon shapefile subsetting

On Fri, 23 Oct 2009, Chris Fowler wrote:

            
Use

baseShp[baseShp$numNeighbors >=1, ]

There are two mistakes, one the missing comma, the other the use of a 
non-existing column, which will result in baseShp[NULL >=1] being 
evaluated.

Roger