vis_histogram: Visualise histogram of numeric columns in a data.frame

View source: R/vis-histogram.R

vis_histogramR Documentation

Visualise histogram of numeric columns in a data.frame

Description

vis_histogram visualises the distribution of every numeric column in a dataframe and displays it using a faceted ggplot object.

Usage

vis_histogram(x, ...)

Arguments

x

a data.frame

...

Other arguments are passed as geom_histogram arguments.

Value

ggplot2 object displaying the guess of the type of values in the data frame and the position of any missing values.

Examples


vis_histogram(airquality, bins = 30)


tierneyn/visdat documentation built on June 29, 2023, 9:40 p.m.