View source: R/remove_dateline.R
remove_dateline | R Documentation |
This function removes the annoying dateline artifact from sf objects that cross the dateline Code: x%>%st_buffer(1) %>%st_transform(st_crs(3338)) %>%st_simplify
remove_dateline(x)
x |
The object from which the dateline should be removed |
x<-remove_dateline(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.