Skip to content

Commit

Permalink
set example crs
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-smart88 committed Oct 11, 2024
1 parent 06f548d commit b0973b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/resp_simplify_f.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' 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)
#'
#' @export
Expand Down

0 comments on commit b0973b9

Please sign in to comment.