Skip to content
New issue

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

QQ plots #251

Merged
merged 7 commits into from
Nov 13, 2024
Merged

Conversation

vincentarelbundock
Copy link
Collaborator

I'm just going through some of the ggplot2 geoms for comparison.

library(tinyplot)
tinyplot(~mpg, data = mtcars, type = type_qq(lty = 3))

library(ggplot2)
ggplot(mtcars, aes(sample = mpg)) +
  geom_qq() + geom_qq_line()

Created on 2024-11-12 with reprex v2.1.0

@vincentarelbundock
Copy link
Collaborator Author

Let me know if that is of interest and I'll write some tests.

@vincentarelbundock vincentarelbundock marked this pull request as ready for review November 13, 2024 18:01
Copy link
Owner

@grantmcdermott grantmcdermott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dig it.

Only minor requests again, thanks!

@vincentarelbundock vincentarelbundock merged commit 16dc82b into grantmcdermott:main Nov 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants