plot_na: Graphical representation of missing values present in a...

Description Usage Arguments Author(s) Examples

View source: R/plot_na.r

Description

Graphical representation of missing values present in a data.frame

Usage

1
plot_na(data_in, title = NULL)

Arguments

data_in

data frame

Author(s)

JuG

Examples

1
2
dtf <- data.frame(varA = rnorm(10), varB = sample(x = LETTERS[1:2], size = 10, replace=T), varC = sample(c(1:9,NA), size=10) )
plot_na(dtf)

jgodet/gmrcfun documentation built on June 2, 2020, 8:19 p.m.