Description Usage Arguments Details Value
View source: R/splitDissolve.R
splitDissolve
splits a Spatial* object from the (sp) package using
seqSPDF
, and runs sp::aggregate()
on the list.
1 | splitDissolve(input, sep = 1000)
|
input |
Spatial* object. SpatialPoints objects will be passed through as is. |
sep |
Passed to |
This is a general wrapper for sp::aggregate()
that allows
for quicker aggregation and fixed a ram leak issue caused by large datasets.
Returns a fully aggregated feature of Spatial* input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.