my_num_dist | R Documentation |
Show distribution of numeric variables with a supperposition of box_plot and an histogram.
my_num_dist(df, na.rm = TRUE)
df |
A data frame. |
na.rm |
will remove NAs before making plots. |
Data must have the type of variables your looking to summarize.
library(tidyverse) iris %>% my_num_dist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.