plot.venn: Plot a Venn Diagram

Description Usage Arguments Details Author(s)

Description

Plot the overlap of 2 or 3 character vectors in a vennDiagram

Usage

1
2
  plot.venn(x, y = NULL, z = NULL, names = NULL,
    mar = par("mar"), population = NULL, ...)

Arguments

x

vectors of numerics or characters

y

vectors of numerics or characters

z

vectors of numerics or characters (can be NULL for a 2-way venn).

names

The names with which to label each of the circles

mar

the margin around the plot

population

The total set of values from which, x, y, and z are a subset if left null, then the population is assumed to be the set x,y,z

...

args passed onto vennDiagram2

Details

x,y,z can be character vectors, or numeric vectors, but should all be of the same type. note that decimal numbers are unsuitable.

Author(s)

Mark Cowley, 20 June 2005


drmjc/mjcgraphics documentation built on May 15, 2019, 2:40 p.m.