Description Usage Arguments Value Examples
This function transforms your data array('s) into the data structure that is needed to visualize a 1x1 repeated measure.
1 | data_1x1(array_1, array_2, jit_distance = 0.09, jit_seed = 321)
|
array_1 |
<numeric> the array of datapoints to be plotted |
array_2 |
<numeric> the array of datapoints to be plotted |
jit_distance |
<numeric> the amount of distance between jittered datapoints (0 by default) |
jit_seed |
<numeric> the amount used in set.seed() (321 by default) |
data_1x1
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.