const-ae / ggsignif

Easily add significance brackets to your ggplots
https://const-ae.github.io/ggsignif/
GNU General Public License v3.0
593 stars 43 forks source link

what are * , ** , *** correspond if specific values by user is not given? #130

Closed elifozcelik closed 1 year ago

elifozcelik commented 1 year ago

I did not see anything about pre-specified values, but as far as I understood they are like the following: = 0.001, = 0.01, = 0.05

Could you confirm this?

const-ae commented 1 year ago

Yes, I just checked the code to make sure. If you set map_signif_level =TRUE, then the levels are as you say (https://github.com/const-ae/ggsignif/blob/HEAD/R/geom_signif.R#L403).

Best, Constantin