You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For SpatialPolygon and SpatialPolygonsDataFrame (and probably SpatialLines and SpatialLinesDataFrame), only the vertices of the first polygon (shp@polygons[[1]]) are counted if there are many, and the amount is of by 1 since the -1 should be outside the nrow call,
The text was updated successfully, but these errors were encountered:
For SpatialPolygon and SpatialPolygonsDataFrame (and probably SpatialLines and SpatialLinesDataFrame), only the vertices of the first polygon (
shp@polygons[[1]]
) are counted if there are many, and the amount is of by 1 since the -1 should be outside thenrow
call,The text was updated successfully, but these errors were encountered: