elongate | R Documentation |
Elongate SpatVector lines
## S4 method for signature 'SpatVector'
elongate(x, length=1, flat=FALSE)
x |
SpatVector |
length |
positive number indicating how much the lines should be elongated at each end. The unit is meter is the crs is lonlat and it is the same as the linear unit of the crs on other cases (also meter in most cases) |
flat |
logical. If |
SpatVector
buffer
, crop
and erase
v <- vect(cbind(c(0,1,2), c(0,0,2)), "lines", crs="lonlat")
e <- elongate(v, 100000)
plot(e)
points(e)
geom(e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.