Description Usage Arguments Value Examples
View source: R/cell_declustering.R
Function returns list of points with their weights and lengths from grid cell in spatial object
1 | declstr_weighted(spatial_object, cellsize)
|
spatial_object |
Object of class sfc or sf |
cellsize |
Target cellsize in map units |
Object of class sf
1 2 3 | points4 = sf::st_read(system.file("points/punkty4.shp", package = "declusteringr"))
x = declstr_weighted(spatial_object = points4, cellsize = 10000)
x
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.