mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@54dd332cd8 🚀
This commit is contained in:
parent
4cf4bd0499
commit
6d545337de
328 changed files with 12930 additions and 1662 deletions
32
reference/ggeulerr.md
Normal file
32
reference/ggeulerr.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Area proportional venn diagrams
|
||||
|
||||
This is slightly modified from
|
||||
https://gist.github.com/danlooo/d23d8bcf8856c7dd8e86266097404ded
|
||||
|
||||
This functions uses eulerr::euler to plot area proportional venn
|
||||
diagramms but plots it using ggplot2
|
||||
|
||||
## Usage
|
||||
|
||||
``` r
|
||||
ggeulerr(combinations, show_quantities = TRUE, show_labels = TRUE, ...)
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
- combinations:
|
||||
|
||||
set relationships as a named numeric vector, matrix, or data.frame(See
|
||||
[`eulerr::euler`](https://jolars.github.io/eulerr/reference/euler.html))
|
||||
|
||||
- show_quantities:
|
||||
|
||||
whether to show number of intersecting elements
|
||||
|
||||
- show_labels:
|
||||
|
||||
whether to show set names
|
||||
|
||||
- ...:
|
||||
|
||||
further arguments passed to eulerr::euler
|
||||
Loading…
Add table
Add a link
Reference in a new issue