View source: R/CRfill_circle_n.R
CRfill_circle_n | 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. Precision is set by user (n_points). Precision determines how many line segments the circle's outline consists of.
CRfill_circle_n(graphics_list, circle_list, n_points, 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. |
n_points |
Positive integer setting precision of circle. |
status |
Optional list |
CRfill_circle_n
divides circle into trapezoids and fills those line-by-line.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.