VennAB: VennAB

Description Usage Arguments Details Value Examples

Description

Venn diagram beween two sets A and B

Usage

1
VennAB(A_NAME, A, B_NAME, B, MAIN, SUB)

Arguments

A_NAME

The name of the first set (character string).

A

The first set (vector).

B_NAME

The name of the second set (character string).

B

The second set (vector).

MAIN

The main title (character string).

SUB

The subtitle under the main title (character string).

The venn diagram is plotted in grid.draw().

Details

This is a simple function wrapping venn.diagram() function from the VennDiagram package, with a standard arbitrary look and feel.

Value

Plots the diagram without returning a value.

Examples

1
2
3
4
5
6
7
## Not run: 
VennAB( "Name of group A", groupA
      , "Name of group B", groupB
      , "Main title"
      , "subtitle")

## End(Not run)

charles-plessy/smallCAGEqc documentation built on May 13, 2019, 3:31 p.m.