ggpubr
ggpubr copied to clipboard
how to set width and height of jitter
In the following example, is the jitter = 0.2
for both width and height? if so, how to set them separately?
ggboxplot(..., add = "jitter", add.params = list(color = 'arm', jitter = 0.2))
Thanks!