Description Arguments Value Examples
View source: R/raincloud_2x2_repmes.R
This function visualizes a 2x2 repeated measures raincloud.
data_2x2 |
<data.frame> the array of datapoints to be plotted |
line_color |
<string> color lines |
line_alpha |
<numeric> alpha lines |
size |
<numeric> data size |
alpha |
<numeric> data alpha |
spread_x_ticks |
<bool> TRUE if 4 x ticks, FALSE if 2 x ticks |
figure_2x2
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# Using an example dataset
raincloud_2x2_repmes <- function(data_2x2,
line_color = 'gray',
line_alpha = .3,
size = 1.5,
alpha = .6,
spread_x_ticks = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.