my_raincloud: raincloud_plot

View source: R/my_raincloud.R

my_raincloudR Documentation

raincloud_plot

Description

This function plots a nice raincloud plot

Usage

my_raincloud(df, x_str, y_str, xlab, ylab)

Arguments

x_str

x variable for the plot as a string

y_str

y variable for the plot as a string

xlab

label of x

ylab

label of y

Details

This function plots a raincloud plot

Value

Returns a raincloud plot

Examples

## Not run: 
raincloud_plot=
my_raincloud(
df=df,
x="working_memory",
y="stay",
xlab="Working_memory",
ylab="Probability to stay with same card")

## End(Not run)

shahar-lab/RLR documentation built on March 2, 2024, 4:40 a.m.