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 Feb. 3, 2023, 12:28 a.m.