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

Add type_summary #274

Merged
merged 11 commits into from
Dec 14, 2024
Merged

Add type_summary #274

merged 11 commits into from
Dec 14, 2024

Conversation

grantmcdermott
Copy link
Owner

Closes #273.

library(tinyplot)
tinyplot(
  weight ~ Time | Diet, facet = "by", data = ChickWeight,
  type = type_summary(median)
)

Created on 2024-12-13 with reprex v2.1.1

@grantmcdermott grantmcdermott changed the title Add Type summary Add type_summary Dec 14, 2024
@grantmcdermott
Copy link
Owner Author

grantmcdermott commented Dec 14, 2024

Pushed a couple of document fixes too (mostly related to missing types).

@grantmcdermott grantmcdermott merged commit dba711f into main Dec 14, 2024
3 checks passed
@grantmcdermott grantmcdermott deleted the type_summary branch December 14, 2024 04:30
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.

type_summary()
1 participant