plot_missing: plot_missing

View source: R/plot_missing.R

plot_missingR Documentation

plot_missing

Description

This function helps you to ggplot missing values of a data frame.

Usage

plot_missing(data, file = NULL)

Arguments

data

Enter your data frame.

file

Output file, if you want to save the plot.

Examples

mtcars[10:17, 2:5] <- NA
mtcars[3:5, 8:9] <- NA
plot_missing(mtcars)

JouniVatanen/jmisc documentation built on Jan. 25, 2023, 8:41 p.m.