View source: R/plot_tukey_duckworth_test.R
| plot_tukey_duckworth_test | R Documentation | 
Plots Tukey-Duckworth Paired Test
plot_tukey_duckworth_test(
  data,
  y_var,
  x_var_levels,
  point_size = 3,
  point_type = "solid",
  split_levels = FALSE,
  analysis_desc_label = NULL
)
| data | input dataset (required) | 
| y_var | Y variable of interest (required) | 
| x_var_levels | Levels of X variable of interest (required) | 
| point_size | Set point size. By default, it is set to 3. (optional) | 
| point_type | Set point size. Options are "solid" (default) and "no fill". (optional) | 
| split_levels | Set whether to plot the two levels in separately on the X axis. By default, it is set to FALSE (optional) | 
| analysis_desc_label | Label (subtitle) for analysis description. By default, it is set to NULL (optional) | 
A 'ggplot' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.