View source: R/vis-histogram.R
| vis_histogram | R Documentation | 
vis_histogram visualises the distribution of every numeric column in a
dataframe and displays it using a faceted ggplot object.
vis_histogram(x, ...)
| x | a data.frame | 
| ... | Other arguments are passed as geom_histogram arguments. | 
ggplot2 object displaying the guess of the type of values in the
data frame and the position of any missing values.
vis_histogram(airquality, bins = 30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.