Skip to content
Prev 14096 / 29559 Next

subset of spatial points

Johannes Radinger <JRadinger <at> 
gmx.at> writes:
dataframe with:
subset.SpatialPointsDataFrame(df, Attr == 
i) :
There is definetly
spatialpointsdataframe. This is also
points into a ordinary dataframe before 
everything works (there is the
script... everything
couldn't be found in
9.32783)
54.6561, 54.5668)
+datum=WGS84 +ellps=WGS84 
+towgs84=0,0,0")
names(table(df$Attr)[table(df$Attr)>1])
Johannes,
 if spdf is a spatial points data frame, you 
can try:

spdf.subset = spdf[spdf$Attr == i, ]

HTH,
ken