We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Want to print R and p values in two lines in ggscatter. Sample code generated one line, ignored label.sep argument.
label.sep
ggscatter(mtcars, x = "wt", y = "mpg", shape = 21, size = 3, # Points color, shape and size add = "reg.line", # Add regressin line cor.coef = TRUE, # Add correlation coefficient. see ?stat_cor cor.coeff.args = list(method = "pearson", label.x = 3, label.sep = "\n") )
The text was updated successfully, but these errors were encountered:
Any follow-up here? Experiencing the same issue
Sorry, something went wrong.
label.sep argument works now in ggscatter() and stat_cor() #150
f091849
fixed now, thanks
No branches or pull requests
Want to print R and p values in two lines in ggscatter. Sample code generated one line, ignored
label.sep
argument.The text was updated successfully, but these errors were encountered: