plotHist: Plots a histogram of column i

Description Usage Arguments Examples

View source: R/plotting_utilities.R

Description

Plots a histogram of column i

Usage

1
plotHist(data_in, i)

Arguments

data_in

The input data frame

i

The index of the column

Examples

1
2
A <- data.frame(x = rep(c("YES","NO"), 10))
plotHist(A,1)

alesaccoia/alexr documentation built on Dec. 19, 2021, 12:26 a.m.