pl_vioboxplot: Voinlin and Boxplot in one plot

Description Usage Arguments Value

View source: R/pl.R

Description

Voinlin and Boxplot in one plot

Usage

1
2
3
4
5
6
7
8
pl_vioboxplot(
  meta_data,
  x,
  y,
  fill_colors = NULL,
  box_color = "black",
  box_fill_color = "white"
)

Arguments

meta_data

data.frame

x

a string in colnames of meta_data, to be mapped as x-axis

y

a string in colnames of meta_data, to be mapped as y-axis

fill_colors

fill colors of violins

box_color

border color of boxplot

box_fill_color

fill color of boxplot

Value

a ggplot object


zzwch/convgene documentation built on July 11, 2021, 9:41 a.m.