View source: R/CRdraw_circles.R
CRdraw_circles | R Documentation |
Draws outline of multiple cirlces to rendering target, circles are defined as circle_lists with centerx, centery and radius.
CRdraw_circles(graphics_list, circles_list, status = NULL)
graphics_list |
List containing pointers to window, renderer etc. created with |
circles_list |
List defining circle, containing vector-elements centerx, centery, radius, with each entry representing one circle. |
status |
Optional list |
CRdraw_circles
uses Bresenham's algorithm.
CRdraw_circles(mygraphics, list(centerx = c(50, 100, 150), centery = c(50, 100, 150), radius = c(50, 150, 250)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.