powered by
Splits input geometries by a vertical line and moves components falling on one side of that line by a fixed amount
st_wrap_x(x, wrap, move)
object of the same class as x
x
object with geometries to be split
x value of split line
amount by which geometries falling to the left of the line should be translated to the right
library(sf) demo(nc, ask = FALSE, echo = FALSE) x = st_wrap_x(nc, -78, 10) plot(x[1])
Run the code above in your browser using DataLab