From 71ff6c57cf834e382f76f127b2107fea0dc67242 Mon Sep 17 00:00:00 2001 From: jacobvjk Date: Sat, 14 Dec 2024 17:42:04 +0100 Subject: [PATCH] remove duplicate 'or not' --- 04-spatial-operations.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-spatial-operations.Rmd b/04-spatial-operations.Rmd index 987f8fe0c..a3190c481 100644 --- a/04-spatial-operations.Rmd +++ b/04-spatial-operations.Rmd @@ -148,7 +148,7 @@ waldo::compare(canterbury_height2, canterbury_height4) At this point, there are three identical (in all but row names) versions of `canterbury_height`, one created using the `[` operator, one created via an intermediary selection object, and another using **sf**'s convenience function `st_filter()`. -The next section explores different types of spatial relation, also known as binary predicates, that can be used to identify whether or not two features are spatially related or not. +The next section explores different types of spatial relation, also known as binary predicates, that can be used to identify whether two features are spatially related or not. ### Topological relations