Hello, I kindly need help in ggbetweenstats package. I got the following plot, but I really need more space between p-adjust labels, since we can't read them well. Also, I can't find an italic script for the title. Anyone can help? Thank you in advance.
Thanks, my friend, but it's still not clear for me. I'm a begginner in R, so I couldn't find a proper script for my question in the FAQ. If you can still help me with that, I'll appreciate it.
The FAQ does not have answers to your question, but it does have information on creating a reprex. The reprex will include a representative sample of your data and the code you have used. This will make it MUCH easier for others to help you.
I created an example reprex using the first 20 observations in the mtcars data set and the code for a simple ggplot. I used dput(head(mtcars, 20)) and assigned the result to mydata: