Learn R Programming

metaseqR (version 1.12.2)

make.venn.colorscheme: Helper for Venn diagrams

Description

This function returns a list of colorschemes accroding to the number of sets. Internal use.

Usage

make.venn.colorscheme(n)

Arguments

n
the number of the sets used for the Venn diagram.

Value

  • A list with colors for fill and font.

Examples

Run this code
sets <- c("apple","pear","banana")
cs <- make.venn.colorscheme(length(sets))

Run the code above in your browser using DataLab