makeHistogram: makeHistogram

Description Usage Arguments Value Examples

View source: R/makeHistogram.R

Description

makeHistogram

Usage

1
makeHistogram(x, name, fName)

Arguments

x

the data to make a histogram on, univariate, single column. If the data is a factor variable, this is a bar chart instead.

name,

chart title name

fName,

file name, location for charts

Value

histChart, a ggplot2 object. Will return NULL if a factor object has more than 20 levels or if a date/POSIX-family object is entered.

Examples

1
p <- makeHistogram(x)

stephdesilva/excelTransition documentation built on May 19, 2019, 3:05 a.m.