View source: R/circleVertices.R
circlePlotData | R Documentation |
This function is deprecated and will be removed in a future release.
Please use circleLayoutVertices
instead.
circlePlotData(layout, npoints = 25, xyr.cols = 1:3, id.col = NULL)
layout |
A matrix or data.frame of circle data (x, y, radius). May contain other columns, including an optional ID column. |
npoints |
The number of vertices to generate for each circle. |
xyr.cols |
Indices or names of columns for x, y, radius (in that order). Default is columns 1-3. |
id.col |
Optional index or name of column for circle IDs in output. If not provided, the output circle IDs will be the row numbers of the input circle data. |
A data.frame with columns: id, x, y; where id is the unique integer identifier for each circle.
circleLayoutVertices
circleVertices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.