From 13028a4b1f18cbeef5ba5f35a563706f8622fee2 Mon Sep 17 00:00:00 2001 From: simon-smart88 Date: Fri, 11 Oct 2024 15:19:13 +0100 Subject: [PATCH] update docs --- man/resp_simplify.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/resp_simplify.Rd b/man/resp_simplify.Rd index 05d649d..e5a58af 100644 --- a/man/resp_simplify.Rd +++ b/man/resp_simplify.Rd @@ -29,7 +29,7 @@ poly <- sf::st_polygon(list(rbind( c(2, 2), c(1, 2.25), c(0, 2), c(0.25, 1), c(0, 0)))) -shape <- sf::st_sf(geometry = sf::st_sfc(poly)) +shape <- sf::st_sf(geometry = sf::st_sfc(poly), crs = 4326) simplified_shape <- resp_simplify(shape, 0.5) }