sfx_explode | R Documentation |
sfx_explode
splits line by vertex
sfx_explode(x)
x |
sf LINESTRING. |
spatial lines
{
data(emisco)
dim(emisco)
dfco <- sfx_explode(emisco)
dim(dfco)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.