Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/