my_raincloud | R Documentation |
This function plots a nice raincloud plot
my_raincloud(df, x_str, y_str, xlab, ylab)
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 |
This function plots a raincloud plot
Returns a raincloud plot
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.