Skip to content

QQ plots#251

Merged
vincentarelbundock merged 7 commits intograntmcdermott:mainfrom
vincentarelbundock:type_qq
Nov 13, 2024
Merged

QQ plots#251
vincentarelbundock merged 7 commits intograntmcdermott:mainfrom
vincentarelbundock:type_qq

Conversation

@vincentarelbundock
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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!

Comment thread NEWS.md
Comment thread man/tinyplot.Rd
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