From 13a989d4e533b4a880f4188e21d8fe498b2a697f Mon Sep 17 00:00:00 2001 From: olivroy Date: Sun, 1 Sep 2024 16:17:39 -0400 Subject: [PATCH] remove added example --- R/geom-predicates.R | 1 - man/st_equals.Rd | 1 - 2 files changed, 2 deletions(-) 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: