mis_highlight: Highlight Missing Valuesa

Description Usage Arguments Author(s) Examples

View source: R/mis_highlight.R

Description

Draws histograms, spinograms or boxplots of all variables and highlights all observed values for all observations that have missing values for the variable defined by parameter var.

Usage

1
mis_highlight(ds, var, n = "all", type = "hist")

Arguments

ds

data.frame.

var

name of variable that should be highlighted.

n

vector of variablenames which are to be plotted. Default: "all".

type

"hist" plots histograms, "spin" spinograms, "box" boxplots.

Author(s)

Paul Brix

Examples

1
2

mmaechler/miP documentation built on May 23, 2019, 5 a.m.