make.venn.counts: Helper for Venn diagrams

Description Usage Arguments Value Author(s) Examples

View source: R/metaseqr.plot.R

Description

This function creates a list with names the arguments of the Venn diagram construction functions of the R package VennDiagram and list members are initially NULL. They are filled by the diagplot.venn function. Internal use mostly.

Usage

1

Arguments

n

the number of the sets used for the Venn diagram.

Value

A named list, see descritpion.

Author(s)

Panagiotis Moulos

Examples

1
2
sets <- c("apple","pear","banana")
counts <- make.venn.counts(length(sets))

pmoulos/metaseqR documentation built on Dec. 21, 2020, 6:19 a.m.