plot_fun_venn: A quick wrapper around venneuler to help label stuff

View source: R/plot_venn.R

plot_fun_vennR Documentation

A quick wrapper around venneuler to help label stuff

Description

venneuler makes pretty venn diagrams, but no labels!

Usage

plot_fun_venn(
  ones = c(),
  twos = c(),
  threes = c(),
  fours = c(),
  fives = c(),
  factor = 0.9
)

Arguments

ones

Character list of singletone categories

twos

Character list of doubletone categories

threes

Character list of tripletone categories

fours

Character list of quad categories

fives

Character list of quint categories

factor

Currently unused, but intended to change the radial distance to the label from the center of each circle.

Value

Two element list containing the venneuler data and the plot.

See Also

[venneuler]


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.