plot_boxplot_facet: plot_boxplot_facet

Description Usage Arguments Examples

View source: R/plot_boxplot_facet.R

Description

plot a box plot

Usage

1
2
plot_boxplot_facet(df_, factor_, value_var, facet_var = NULL,
  xlab = NULL, ylab = NULL, my_title = NULL)

Arguments

df_

data frame or tibble

factor_

factor on the x-axis

value_var

response variable

facet_var

optional: a second factor to split the plot with facet

xlab

xlab

ylab

ylab

my_title

title of the plot

Examples

1
plot_boxplot_facet(pbmc_div_mut, "status", "mutations")

thierrycnam/igfuns documentation built on May 4, 2020, 3:21 a.m.