From 61ddb58d4d54d4f52ae2162488eca8e6bebd85e2 Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Tue, 15 Oct 2024 13:15:33 +0200 Subject: [PATCH] Fix typo in vignette 7 --- vignettes/sf7.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/sf7.Rmd b/vignettes/sf7.Rmd index 030ddda47..d074b4d30 100644 --- a/vignettes/sf7.Rmd +++ b/vignettes/sf7.Rmd @@ -340,7 +340,7 @@ excessive simplification (bottom right). Note that buffers created with s2 _alwa follow s2 cell boundaries, they are never smooth. Hence, choosing a large number for `max_cells` leads to seemingly smooth but, zoomed in, very complex buffers. -To achieve a similar result you could first transform thes result and then use `sf::st_buffer()`. A simple benchmark shows the +To achieve a similar result you could first transform the result and then use `sf::st_buffer()`. A simple benchmark shows the computational efficiency of the `s2` geometry engine in comparison with transforming and then creating buffers: