ggplot_missing: A function to plot missing values in a dataset using ggplot

Description Usage Arguments Value Examples

Description

A function to plot missing values in a dataset using ggplot

Usage

1

Arguments

x

data.frame or vector which should be used for the missing value plot

Value

visualises missing values for each variable in the dataset

Examples

1
2
x <- data.frame(a = rep(1,103), b = c(rep(2,53), rep(NA,20), rep(2, 30)), c = rep(NA, 103))
ggplot_missing(x)

Somtom/somtomlib documentation built on May 28, 2019, 3:16 p.m.