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
- Host: GitHub
- URL: https://github.com/bczernecki/filled_polygon
- Owner: bczernecki
- Created: 2019-01-31T23:28:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T16:14:47.000Z (over 6 years ago)
- Last Synced: 2025-01-26T17:13:05.346Z (5 months ago)
- Language: R
- Size: 174 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# filled_polygon
R code for drawing a single polygon with many colors.
## Simple example

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

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