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