raincloud_1x1: 1 x 1 comparison

Description Arguments Value Examples

View source: R/raincloud_1x1.R

Description

This function visualizes a 1x1 repeated measures raincloud.

Arguments

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

Value

figure_1x1_horizontal

Examples

 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)

jorvlan/openvis documentation built on Dec. 6, 2020, 3:06 a.m.