diff --git a/R/geom-predicates.R b/R/geom-predicates.R index c521d15b1..56467c30c 100644 --- a/R/geom-predicates.R +++ b/R/geom-predicates.R @@ -242,7 +242,6 @@ st_overlaps = function(x, y, sparse = TRUE, prepared = TRUE, ...) #' st_equals(p, remove_self = TRUE) #' (u = st_equals(p, retain_unique = TRUE)) #' p[-unlist(u),] -#' st_equals_exact(p1, p2) st_equals = function(x, y, sparse = TRUE, prepared = FALSE, ..., retain_unique = FALSE, remove_self = FALSE) { if (prepared) diff --git a/man/st_equals.Rd b/man/st_equals.Rd index 749a5753c..c2273dc08 100644 --- a/man/st_equals.Rd +++ b/man/st_equals.Rd @@ -53,7 +53,6 @@ st_equals(p) st_equals(p, remove_self = TRUE) (u = st_equals(p, retain_unique = TRUE)) p[-unlist(u),] -st_equals_exact(p1, p2) } \seealso{ Other geometric binary predicates for two spatial objects: