Usage Arguments Value Examples
1 | nemo_circle(points, hull, strict_inclusion, nmax_circles)
|
points |
a set of points (an 'sf' object). |
hull |
external limits of the set of points (a polygon type 'sf' object). Can be imported or computed with 'nemo_hull' function, with the coordinate reference system as points object. |
strict_inclusion |
TRUE if empty circle has to be entirely within the hull, FALSE otherwise. |
nmax_circles |
number of empty circles in output. |
an 'sf' object.
1 2 3 4 5 6 | data(points)
nemo_pts <-
nemo_circle(points = points %>% st_transform(2154),
hull = hull_pts,
strict_inclusion = T,
nmax_circles = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.