kassambara / ggpubr

'ggplot2' Based Publication Ready Plots

Home Page:https://rpkgs.datanovia.com/ggpubr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set width and height of jitter

blueskypie opened this issue · comments

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!