View source: R/CRfill_circles.R
CRfill_circles | R Documentation |
Draws multiple filled circles defined in circles_list to rendering target. Circles are defined in terms of center points (centerx, centery) and radii.
CRfill_circles(graphics_list, circles_list, status = NULL)
graphics_list |
List containing pointers to window, renderer etc. created with |
circles_list |
List defining multiple circles, containing vector-elements centerx and centery as well as radius. |
status |
Optional list |
CRfill_circles
uses Bresenham's algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.