An open API service indexing awesome lists of open source software.

https://github.com/bczernecki/filled_polygon

R code for drawing a single polygon with many colors
https://github.com/bczernecki/filled_polygon

Last synced: 3 months ago
JSON representation

R code for drawing a single polygon with many colors

Awesome Lists containing this project

README

        

# filled_polygon

R code for drawing a single polygon with many colors.

## Simple example

![](figs/Rplot.png)

The code used to create this plot is available at https://github.com/bczernecki/filled_polygon/blob/master/R/simple_example.R.

## More complex example

![](figs/Rplot01.png)

The code used to create this plot is available at https://github.com/bczernecki/filled_polygon/blob/master/R/complex_example.R.