Description Arguments Value Examples
View source: R/raincloud_1x1.R
This function visualizes a 1x1 repeated measures raincloud.
data_1x1 |
<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 |
figure_1x1_horizontal
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# Using an example dataset
raincloud_1x1 <- function(data_1x1,
line_color = 'lightgray',
line_alpha = .3,
size = 1.5,
alpha = .6,
ort = 'v')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.