Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/EdwinTh/custom_ggplot

Function to create biplots with ggplot2
https://github.com/EdwinTh/custom_ggplot

Last synced: about 2 months ago
JSON representation

Function to create biplots with ggplot2

Awesome Lists containing this project

README

        

# ggbiplot

Function to create biplots with ggplot2. To load it in an R session, source this script by running the following code:

```r
devtools::source_url("https://raw.githubusercontent.com/EdwinTh/custom_ggplot/master/ggbiplot.R")
```
# ggmm

Function to create Marimekko/Mosaic with ggplot2. To load it in an R session, source this script by running the following code:

```r
devtools::source_url("https://raw.githubusercontent.com/EdwinTh/custom_ggplot/master/ggmm.R")
```