create_boxplot: Create box plot with facet

Description Usage Arguments Value Examples

View source: R/plot_functions.R

Description

Create box plot with facet

Usage

1
2
create_boxplot(data_plot, x_variable, y_variable, facet_variable,
  ifStat = FALSE)

Arguments

data_plot

a dataframe containing the data for plot

x_variable

name of the factor for x-axis

y_variable

name of the variable for y-axis

facet_variable

name of the factor for creating facets

ifStat

Should the mean and mean values added to the plot

Value

a ggplot object containing the violin plot

Examples

1
create_boxplot(reproducerTaskGra::data_experiment, "TASK_GRA", "COR", "TASK")

karacitir/reproducerTaskGra documentation built on May 6, 2019, 4:32 p.m.