plot_violin_facet: plot_violin_facet

Description Usage Arguments

View source: R/plot_violin_facet.R

Description

Plot a violin plot with ggplot facet_grid to assess data distribution based on a qualitative variable.

Usage

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

Arguments

df_

data frame

factor_

qualitative variable/factor

value_var

explanatory variable

facet_var

factor to use for facet_grid

adjust_

smoothing parameter

xlab

xlab

ylab

ylab

my_title

title for the plot


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