AbsoluteValues: Display the target binary variable

View source: R/DataUnderstanding.R

AbsoluteValuesR Documentation

Display the target binary variable

Description

Display a binary (target) variable in ggplot2.

Usage

AbsoluteValues(DataFrame, targetVariable)

Arguments

DataFrame

data.frame.

targetVariable.

character. Name of (target) variable to display

Examples

## Call
AbsoluteValues(DataFrame = mtcars, targetVariable = "am")

masem-research/masemDataUnderstanding documentation built on May 5, 2022, 12:40 a.m.