View source: R/CRfill_polygon.R
CRfill_polygon | R Documentation |
Draws filled polygon defined in polygon_list to rendering target. Polygon is defined by ordered vertices (x,y).
CRfill_polygon(graphics_list, polygon_list, status = NULL)
graphics_list |
List containing pointers to window, renderer etc. created with |
polygon_list |
List defining a polygon, containing vector-elements x and y. |
status |
Optional list |
CRfill_polygon
uses "scanline" method to fill polygon. See CRdraw_polygon
for an example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.