grab_geoms | R Documentation |
Recursively selects adjacent (etc.) geometries from a geometric predicate sparse matrix until the target number of polygons is reached.
grab_geoms(mosaic, adjacency, target, set = sample(1:length(adjacency),
1))
adjacency |
A geometric predicate list, see |
target |
Target number of geometries |
set |
Set of geometries already selected |
A list of indexes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.