venn: Generate a plot to illustrate the relationship between two...

Description Usage Arguments Examples

Description

This function does the following things: 1) get input from two vectors; 2) calculate the intersect between them; 3) show the relative ratio between the intersect size and the original sets. To some extent it has the same functionality as the venn plot.

Usage

1
venn(set1, set2, uniq = TRUE, xlab = "set2", ylab = "set1", ...)

Arguments

set1

1st vector of values

set2

2nd vector of values

uniq

should duplicated values be removed?

xlab

default title for the x axis

ylab

default title for the y axis

...

other parameters passed to 'plot' function

Examples

1
2

jzsh2000/jzshr documentation built on May 20, 2019, 6:29 a.m.