Description Usage Arguments Value Examples
View source: R/plot_functions.R
Create box plot with facet
1 2  | create_boxplot(data_plot, x_variable, y_variable, facet_variable,
  ifStat = FALSE)
 | 
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  | 
a ggplot object containing the violin plot
1  | create_boxplot(reproducerTaskGra::data_experiment, "TASK_GRA", "COR", "TASK")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.