plot_euler: Plots Euler diagram from dataframe

View source: R/plot_euler.R

plot_eulerR Documentation

Plots Euler diagram from dataframe

Description

Plots Euler diagram from dataframe

Usage

plot_euler(
  data_,
  fontsize = 8,
  linewidth = 0.5,
  transpose = T,
  from.row.names = "observations",
  to.row.names = "variables",
  view = T,
  input,
  output = "plot_euler"
)

Arguments

data_

data_ list

fontsize

size of labels

linewidth

thiccness of ellipses

transpose

transpose data frame

from.row.names

row names column of initial data frame

to.row.names

row names column after transposing (must be variables)

view

view plot

input

name of input data

output

name of output data


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.