dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
502 stars 77 forks source link

dfSummary: box plots for numeric variables? #182

Open jarbet opened 1 year ago

jarbet commented 1 year ago

dfSummary makes histograms for all numeric variables. Would it be possible to have an option to show boxplots instead? That way we could potentially identify outlier observations as dots beyond the whiskers.

For example:

data(mtcars)
boxplot(mtcars$hp)

Screen Shot 2023-01-24 at 11 29 18 AM

dcomtois commented 1 year ago

Further development is not on the radar, at least for a while... But if someone wants to have a go at it, I'll gladly include it in a future release.