View source: R/make_clusters.R
make_circle | R Documentation |
Create a 2-d circular Boolean mask
make_circle(center, r, pts)
center |
Cartesian center of the blob specified as c(x, y). |
r |
Radius of the blob. |
pts |
Dataframe of Cartesian point coordinates to draw from. |
Boolean mask when applied forms a circle from a point cloud.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.