easyGgplot2 icon indicating copy to clipboard operation
easyGgplot2 copied to clipboard

violins with paired lines

Open pavelgold opened this issue 6 years ago • 0 comments

I am wondering if this is possible to add lines between the dots related to the same subjects for a plot with multiple violins (e.g. I have multiple reports from the same subjects). I can do it using ggplot2 by adding , geom_line(aes(group=subject) for the data in a long format. Thanks!

pavelgold avatar Jun 27 '18 19:06 pavelgold