View source: R/CRfill_circle.R
CRfill_circle | R Documentation |
Draws a filled circle defined in circle_list to rendering target. Circle is defined in terms of center point (centerx, centery) and radius.
CRfill_circle(graphics_list, circle_list, status = NULL)
graphics_list |
List containing pointers to window, renderer etc. created with |
circle_list |
List defining circle, containing elements centerx and centery as well as radius. |
status |
Optional list |
CRfill_circle
uses Bresenham's algorithm.
CRfill_circle( mygraphics, list(centerx = 50, centery = 50, radius = 150) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.