simplyhist: A function for creating simplystats themed histograms

Description Usage Arguments

View source: R/simplyhist.R

Description

This function creates histograms. The default histogram is simplystats blue and there is no default title. You can also specify whether to add the simplystats logo or not.

Usage

1
simplyhist(..., col = 1, logo = TRUE, main = "", theme = "black")

Arguments

...

Pass any usual histogram parameters

col

A numeric vector specifying the colors of points

logo

Logical, if true, then the simplystats logo is added to the plot

main

The title of the plot, defaults to no title

theme

Options are "black" or "white"


jtleek/simplystats documentation built on May 20, 2019, 3:13 a.m.