Skip to content

Add type_summary#274

Merged
grantmcdermott merged 11 commits intomainfrom
type_summary
Dec 14, 2024
Merged

Add type_summary#274
grantmcdermott merged 11 commits intomainfrom
type_summary

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
@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