ggvenn {hypeR}R Documentation

Venn diagram implemented in ggplot

Description

Venn diagram implemented in ggplot

Usage

ggvenn(a, b, ga, gb, title = "")

Arguments

a

A vector for group a

b

A vector for group b

ga

A string label for group a

gb

A string label for group b

title

Plot title

Value

A ggplot object


[Package hypeR version 1.5.1 Index]