venn: Venn diagram plotting functions

Description Usage Arguments

View source: R/venn.R

Description

Plot the venn diagram.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
venn(
  l,
  n = NULL,
  title = NULL,
  filename = NULL,
  fill = NULL,
  dist = 0.08,
  mar = 0.1,
  ...
)

Arguments

l

list of vectors to be drawn. for named list the names would be the label

n

alternative label of the names

title

main title of the diagram

filename

if not NULL, will be saved as a file (tiff); if NULL, the plot will be printed to the default device

fill

character vector giving the colour of each circle's area

dist

numeric vector giving the distance (in npc units) of each category name from the edge of the circle (can be negative)

mar

numeric giving the amount of whitespace around the diagram in grid units

...

pass to venn.diagram


brightchan/cjbmisc documentation built on Nov. 5, 2021, 4:12 p.m.