View source: R/make_clusters.R
make_cluster | R Documentation |
Extract a circular cluster from a square point field
make_cluster(center, r, n_pts)
center |
Cartesian center of the blob specified as c(x, y). |
r |
Radius of the blob. |
n_pts |
Number of points in the cluster. |
Vector of points in the shape of a circle with radius r and center (x,y).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.