plot.venn2D: Plot a 2 way venn diagram

Description Usage Arguments Author(s)

Description

Function to plot the overlap of 2 vectors in a vennDiagram x,y can be character vectors, or numeric vectors, but should all be of the same type. note that decimal numbers are unsuitable.

Usage

1
2
  plot.venn2D(x, y = NULL, names = NULL,
    mar = c(2, 2, 2, 2) + 0.2, population = NULL, ...)

Arguments

x

vectors of numerics or characters

y

vectors of numerics or characters

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, and y are a subset. default=NULL, where the population is assumed to be the set {x,y}

...

args passed onto vennDiagram2

Author(s)

Mark Cowley


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