Description Arguments Value Examples
View source: R/raincloud_2x3_repmes.R
This function visualizes a 2x2 repeated measures raincloud.
data_2x2 |
<data.frame> the array of datapoints to be plotted |
size |
<numeric> data size |
alpha |
<numeric> data alpha |
figure_2x2x2
1 2 3 4 5 6 7 8 | ## Not run:
# Using an example dataset
raincloud_2x3_repmes <- function(data_2x2,
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.