Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/region-spotteR/PrepPlot
A loose collections of functions to prepare plots in R
https://github.com/region-spotteR/PrepPlot
Last synced: 3 months ago
JSON representation
A loose collections of functions to prepare plots in R
- Host: GitHub
- URL: https://github.com/region-spotteR/PrepPlot
- Owner: region-spotteR
- Created: 2017-10-03T12:07:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T12:16:39.000Z (almost 7 years ago)
- Last Synced: 2024-05-21T02:53:19.862Z (6 months ago)
- Language: R
- Size: 22.5 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrepPlot
I mainly created this package for documenting my work on radar-/spider-plots. However I will add more functions which I used to create certain data-objects for plotting. There is also a folder with examples.
Installation: Since I haven't yet figured out `devtools` github install, use either Ms Parker's description on [how to install a custom R-package][1] or paste the functions in your .r or .Rmd-file if you do not need documentation.
Concerning radar-plots there are currently three examples (cf. the corresponding example-folder):
1. You can choose between a polygon grid or a circular grid:
2. There is even a working example with Shiny and Plotly:
[1]: https://hilaryparker.com/2014/04/29/writing-an-r-package-from-scratch/