Description Usage Arguments Value Author(s) See Also Examples
View source: R/clgeo_SuspiciousFeatures.R
Function to get the list of index of suspicious geometries within a spatial data
collection, given a spatial data collection report returned by the function
clgeo_CollectionReport
1 | clgeo_SuspiciousFeatures(report, errors.only = NULL)
|
report |
a report object as returned by |
errors.only |
an object of class |
an object of class vector
giving the numeric indexes of spatial
objects tagged as suspicious (i.e. that are not valid acccording to OGC
specifications)
Emmanuel Blondel emmanuel.blondel1@gmail.com
1 2 3 4 5 6 | require(maptools)
file <- system.file("extdata", "example.shp", package = "cleangeo")
sp <- readShapePoly(file)
report <- clgeo_CollectionReport(sp)
nv <- clgeo_SuspiciousFeatures(report)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.