histomize: Produces formatted histogram

Description Usage Arguments Value

Description

This function, exported from the local package 'vizzify', produces a histogram with count and proportions for each bin.

Usage

1
histomize(data, x, type = "factor", title, subtitle, xlab, ylab = "Count")

Arguments

data

data frame

x

variable to visualize

type

specifies whether the variable is a factor or numeric variable. Because numeric variables have many thin bins, this removes proportion and count data that would clog the graph

title

main title for the top of the graph

subtitle

subtitle to go under the main title

xlab

label for the x axis

ylab

label for the y axis; default is "Count"

Value

Formatted histogram


crbwin/clnR documentation built on Oct. 29, 2020, 1:55 a.m.