plotMissing: This function plots the missing values in a dataset. If a...

Description Usage Arguments Details

View source: R/quality.R

Description

This function plots the missing values in a dataset. If a value is missing in a column for a given row then a bar is displayed.

Usage

1
plotMissing(data, na_type = c("", " "), order = FALSE)

Arguments

data

a data.frame

na_type

a character vector of strings that will be interpreted as NA

order

logical, whether to order the columns and rows to display the missing values next to each other, defautl to FALSE.

Details

If the order argument is set to TRUE then the order of the rows is modified and you cannot use the plot's x-axis to find a missing value in the dataset.


MathieuMarauri/explorer documentation built on Jan. 8, 2020, 6:37 p.m.