draw_genoppi_venn: Draw venn diagrams

View source: R/draw_genoppi_venn.R

draw_genoppi_vennR Documentation

Draw venn diagrams

Description

drwas a simple 1 by 1 overlap venn diagram.

Usage

draw_genoppi_venn(
  x,
  main = "",
  colors = color_distinct(),
  alpha = NULL,
  cat.cex = 1.1,
  cat.dist = 0.05,
  sub.pos = 0,
  fill = NULL,
  margin = 0.05
)

Arguments

x

a list of two vectors that contain some overlapping strings.

main

title, typically a p-value.

colors

color scheme.

alpha

numeric, transparency value between 0 and 1.

cat.cex

numeric. the size of category labels

cat.dist

the border distance between venn diagrams and labels

sub.pos

numeric. the position of the labels.

fill

the fill color of the venn diagrams.

margin

margin around the plot.

Note

NAs in x will be discarded and produce a warning.


lagelab/Genoppi documentation built on Oct. 13, 2022, 2:36 p.m.