Description Usage Arguments Value Examples
A function to create a violin plot to compare the two samples
1 | myviolinplot(x, y)
|
x |
: vector of sample data from population 1 |
y |
: vector of sample data from population 2 |
A violin
1 | x = rnorm(30,10,12); y = rnorm(40,20,15); myviolinplot(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.